check software earlier

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/8/head
Robert Nelson 14 years ago
parent 91c193398c
commit ec7ca7cd03

@ -1085,6 +1085,7 @@ while [ ! -z "$1" ]; do
;; ;;
--probe-mmc) --probe-mmc)
MMC="/dev/idontknow" MMC="/dev/idontknow"
detect_software
check_mmc check_mmc
;; ;;
--mmc) --mmc)
@ -1094,6 +1095,7 @@ while [ ! -z "$1" ]; do
then then
PARTITION_PREFIX="p" PARTITION_PREFIX="p"
fi fi
detect_software
check_mmc check_mmc
;; ;;
--uboot) --uboot)
@ -1146,7 +1148,6 @@ if [ "$IN_VALID_UBOOT" ] ; then
usage usage
fi fi
detect_software
boot_files_template boot_files_template
set_defaults set_defaults
dl_xload_uboot dl_xload_uboot

Loading…
Cancel
Save