mk_mmc.sh: report mkfs call on error

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

@ -908,6 +908,7 @@ dd_spl_uboot_boot () {
} }
format_partition_error () { format_partition_error () {
echo "LC_ALL=C ${mkfs} ${mkfs_partition} ${mkfs_label}"
echo "Failure: formating partition" echo "Failure: formating partition"
exit exit
} }

Loading…
Cancel
Save