cleanup: makes more sense...

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/22/head
Robert Nelson 11 years ago
parent e9c3f1c74e
commit e6311951e7

@ -1470,16 +1470,15 @@ process_dtb_conf () {
#defaults, if not set...
if [ ! "${conf_boot_startmb}" ] ; then
echo "info: [conf_boot_startmb] undefined using default value: 1"
conf_boot_startmb="1"
echo "info: [conf_boot_startmb] undefined using default value: ${conf_boot_startmb}"
fi
if [ ! "${conf_boot_endmb}" ] ; then
echo "info: [conf_boot_endmb] undefined using default value: 96"
conf_boot_endmb="96"
echo "info: [conf_boot_endmb] undefined using default value: ${conf_boot_endmb}"
fi
#error checking...
if [ ! "${conf_boot_fstype}" ] ; then
echo "Error: [conf_boot_fstype] not defined, stopping..."

Loading…
Cancel
Save