diff options
Diffstat (limited to 'cmd/usb.c')
-rw-r--r-- | cmd/usb.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/usb.c b/cmd/usb.c index 225d9291765..16c081bf128 100644 --- a/cmd/usb.c +++ b/cmd/usb.c @@ -549,7 +549,6 @@ static int usb_test(struct usb_device *dev, int port, char* arg) } } - /****************************************************************************** * usb boot command intepreter. Derived from diskboot */ @@ -737,7 +736,6 @@ U_BOOT_CMD( #endif /* CONFIG_USB_STORAGE */ ); - #ifdef CONFIG_USB_STORAGE U_BOOT_CMD( usbboot, 3, 1, do_usbboot, |