diff options
author | Sergei Poselenov <sposelenov@emcraft.com> | 2010-08-09 16:01:42 +0400 |
---|---|---|
committer | Remy Bohmer <linux@bohmer.net> | 2010-08-12 16:40:00 +0200 |
commit | 842404ea0730a7b48355794bdca6b787d4a1536a (patch) | |
tree | 86cf56312c151fff6428f7b51c3622a854c31211 /common/usb.c | |
parent | 7dc27b05a4a8682c227281d1832c4f2bc2c1dece (diff) | |
download | u-boot-imx-842404ea0730a7b48355794bdca6b787d4a1536a.zip u-boot-imx-842404ea0730a7b48355794bdca6b787d4a1536a.tar.gz u-boot-imx-842404ea0730a7b48355794bdca6b787d4a1536a.tar.bz2 |
Fixed clobbered output of the "help usb" command
The "usb help" doesn't format the output correctly:
=> help usb
usb - USB sub-system
Usage:
usb reset - reset (rescan) USB controller
usb stop [f] - stop USB [f]=force stop
usb tree - show USB device tree
usb info [dev] - show available USB devices
usb storage - show details of USB storage devices
usb dev [dev] - show or set current USB storage device
usb part [dev] - print partition table of one or all USB storage devices
usb read addr blk# cnt - read `cnt' blocks starting at block `blk#'
to memory address `addr'usb write addr blk# cnt - write `cnt'
blocks starting at block `blk#' from memory address `addr'
=>
With fix below applied, the output is correct:
=> help usb
usb - USB sub-system
Usage:
usb reset - reset (rescan) USB controller
usb stop [f] - stop USB [f]=force stop
usb tree - show USB device tree
usb info [dev] - show available USB devices
usb storage - show details of USB storage devices
usb dev [dev] - show or set current USB storage device
usb part [dev] - print partition table of one or all USB storage devices
usb read addr blk# cnt - read `cnt' blocks starting at block `blk#'
to memory address `addr'
usb write addr blk# cnt - write `cnt' blocks starting at block `blk#'
from memory address `addr'
=>
Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
Diffstat (limited to 'common/usb.c')
0 files changed, 0 insertions, 0 deletions