diff options
author | Michael Trimarchi <trimarchi@gandalf.sssup.it> | 2008-11-26 17:40:37 +0100 |
---|---|---|
committer | Remy Böhmer <linux@bohmer.net> | 2008-11-28 21:24:13 +0100 |
commit | bebfc6ef3ec994c8e18783269b1d8d41f8e38afd (patch) | |
tree | b0585c6c39e74f5a7f504f7b55074aa542167c4a | |
parent | de39f8c19d7c12017248c49d432dcb81db68f724 (diff) | |
download | u-boot-imx-bebfc6ef3ec994c8e18783269b1d8d41f8e38afd.zip u-boot-imx-bebfc6ef3ec994c8e18783269b1d8d41f8e38afd.tar.gz u-boot-imx-bebfc6ef3ec994c8e18783269b1d8d41f8e38afd.tar.bz2 |
Remove obsolete command (apply afte USB style patch, 80 chars strict)
Remove USB obsolete commmand
Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
Signed-off-by: Remy Böhmer <linux@bohmer.net>
-rw-r--r-- | common/cmd_usb.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/common/cmd_usb.c b/common/cmd_usb.c index 8a8dca9..8b19240 100644 --- a/common/cmd_usb.c +++ b/common/cmd_usb.c @@ -579,15 +579,6 @@ int do_usb(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) return 0; } #ifdef CONFIG_USB_STORAGE - if (strncmp(argv[1], "scan", 4) == 0) { - printf(" NOTE: this command is obsolete and will be" - " phased out\n"); - printf(" please use 'usb storage' for USB storage devices" - " information\n\n"); - usb_stor_info(); - return 0; - } - if (strncmp(argv[1], "stor", 4) == 0) return usb_stor_info(); |