From e6311951e7e43f2a7160867f0c3458f269e99dfc Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Tue, 13 Aug 2013 10:59:54 -0500 Subject: [PATCH] cleanup: makes more sense... Signed-off-by: Robert Nelson --- mk_mmc.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mk_mmc.sh b/mk_mmc.sh index 21a23a5..fc39625 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -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..."