From 342717f72a2f92a14b9c823546e5bcec244f8bf4 Mon Sep 17 00:00:00 2001 From: wdenk Date: Mon, 27 Jun 2005 13:30:03 +0000 Subject: * Fix baudrate calculation problem on MPC5200 systems * Add MPC8220 boards to MAKEALL script * Add EEPROM and RTC support for HMI1001 board * Patch by Detlev Zundel, 20 Jun 2005: Fix initialization of low active GPIO pins on inka4x0 board --- common/cmd_usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/cmd_usb.c') diff --git a/common/cmd_usb.c b/common/cmd_usb.c index fbddb12df..4747592c7 100644 --- a/common/cmd_usb.c +++ b/common/cmd_usb.c @@ -609,7 +609,7 @@ U_BOOT_CMD( "usb tree - show USB device tree\n" "usb info [dev] - show available USB devices\n" "usb scan - (re-)scan USB bus for storage devices\n" - "usb device [dev] - show or set current USB storage device\n" + "usb dev [dev] - show or set current USB storage device\n" "usb part [dev] - print partition table of one or all USB storage devices\n" "usb read addr blk# cnt - read `cnt' blocks starting at block `blk#'\n" " to memory address `addr'\n" -- cgit v1.2.3