From decb2eb4398bc11176bf949e9c6f1f8868220fb8 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Fri, 25 Jul 2014 20:53:58 -0500 Subject: [PATCH] mk_mmc.sh: give back another 16Mb Signed-off-by: Robert Nelson --- mk_mmc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mk_mmc.sh b/mk_mmc.sh index 7f23406..465b109 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -944,7 +944,7 @@ unmount_all_drive_partitions () { if [ ! "x${conf_smart_uboot}" = "xenable" ] ; then count="100" else - count="70" + count="50" fi echo "Zeroing out Partition Table" @@ -1310,7 +1310,7 @@ process_dtb_conf () { if [ ! "x${conf_smart_uboot}" = "xenable" ] ; then conf_boot_endmb=${conf_boot_endmb:-"96"} else - conf_boot_endmb=${conf_boot_endmb:-"64"} + conf_boot_endmb=${conf_boot_endmb:-"48"} fi conf_root_device=${conf_root_device:-"/dev/mmcblk0"}