mk_mmc.sh: give back another 16Mb

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/37/head
Robert Nelson 11 years ago
parent e69cab10a0
commit decb2eb439

@ -944,7 +944,7 @@ unmount_all_drive_partitions () {
if [ ! "x${conf_smart_uboot}" = "xenable" ] ; then if [ ! "x${conf_smart_uboot}" = "xenable" ] ; then
count="100" count="100"
else else
count="70" count="50"
fi fi
echo "Zeroing out Partition Table" echo "Zeroing out Partition Table"
@ -1310,7 +1310,7 @@ process_dtb_conf () {
if [ ! "x${conf_smart_uboot}" = "xenable" ] ; then if [ ! "x${conf_smart_uboot}" = "xenable" ] ; then
conf_boot_endmb=${conf_boot_endmb:-"96"} conf_boot_endmb=${conf_boot_endmb:-"96"}
else else
conf_boot_endmb=${conf_boot_endmb:-"64"} conf_boot_endmb=${conf_boot_endmb:-"48"}
fi fi
conf_root_device=${conf_root_device:-"/dev/mmcblk0"} conf_root_device=${conf_root_device:-"/dev/mmcblk0"}

Loading…
Cancel
Save