From: Michael Trimarchi Date: Wed, 26 Nov 2008 16:40:37 +0000 (+0100) Subject: Remove obsolete command (apply afte USB style patch, 80 chars strict) X-Git-Tag: v2009.01-rc1~55^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bebfc6ef3ec994c8e18783269b1d8d41f8e38afd;p=u-boot Remove obsolete command (apply afte USB style patch, 80 chars strict) Remove USB obsolete commmand Signed-off-by: Michael Trimarchi Signed-off-by: Remy Böhmer --- diff --git a/common/cmd_usb.c b/common/cmd_usb.c index 8a8dca9c92..8b19240a84 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();