add --probe-mmc option to just list all available partitions on the system

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/8/head
Robert Nelson 14 years ago
parent 5bbca33802
commit 8e0e58a9fa

@ -1016,6 +1016,13 @@ Required Options:
--mmc </dev/sdX>
Unformated MMC Card
Additional/Optional options:
-h --help
this help
--probe-mmc
List all partitions
--uboot <dev board>
(omap)
beagle_bx - <Ax/Bx Models>
@ -1066,6 +1073,10 @@ while [ ! -z "$1" ]; do
usage
MMC=1
;;
--probe-mmc)
MMC="/dev/idontknow"
check_mmc
;;
--mmc)
checkparm $2
MMC="$2"

Loading…
Cancel
Save