diff options
author | wdenk <wdenk> | 2005-06-27 13:30:03 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-06-27 13:30:03 +0000 |
commit | 342717f72a2f92a14b9c823546e5bcec244f8bf4 (patch) | |
tree | d2aee74d8f384b6d85d4ce88c35df1303ffb927c /common | |
parent | 024447b186cca55c2d803ab96b4c8f8674363b86 (diff) | |
download | u-boot-342717f72a2f92a14b9c823546e5bcec244f8bf4.zip u-boot-342717f72a2f92a14b9c823546e5bcec244f8bf4.tar.gz u-boot-342717f72a2f92a14b9c823546e5bcec244f8bf4.tar.bz2 |
* 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
Diffstat (limited to 'common')
-rw-r--r-- | common/cmd_usb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_usb.c b/common/cmd_usb.c index fbddb12..4747592 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" |