diff --git a/mk_mmc.sh b/mk_mmc.sh index efd7f56..4e87645 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -1612,11 +1612,27 @@ case "$UBOOT_TYPE" in is_imx53 ;; -esac - - if [ "$IN_VALID_UBOOT" ] ; then - usage - fi + *) + cat <<-__EOF__ + ----------------------------- + ERROR: This script does not currently recognize the selected: [--uboot ${UBOOT_TYPE}] option.. + Please rerun $(basename $0) with a valid [--uboot ] option from the list below: + ----------------------------- + -Supported TI Devices:------- + beagle_bx - + beagle_cx - + beagle_xm - + bone - + igepv2 - + panda - + panda_es - + -Supported Freescale Devices: + mx53loco - + ----------------------------- + __EOF__ + exit + ;; + esac } function check_addon_type {