Skip to content
Snippets Groups Projects
Commit bebfc6ef authored by Michael Trimarchi's avatar Michael Trimarchi Committed by Remy Böhmer
Browse files

Remove obsolete command (apply afte USB style patch, 80 chars strict)


Remove USB obsolete commmand

Signed-off-by: default avatarMichael Trimarchi <trimarchi@gandalf.sssup.it>
Signed-off-by: default avatarRemy Böhmer <linux@bohmer.net>
parent de39f8c1
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment