mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
usb/gadget: fastboot: minor cleanup
- update static function - additional debugging statements - update "fastboot command" information - add missing include file - update spelling Signed-off-by: Steve Rae <srae@broadcom.com>
This commit is contained in:
parent
d1b5ed0753
commit
593cbd93f3
2 changed files with 14 additions and 8 deletions
|
@ -30,7 +30,8 @@ static int do_fastboot(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[])
|
|||
}
|
||||
|
||||
U_BOOT_CMD(
|
||||
fastboot, 1, 1, do_fastboot,
|
||||
"fastboot - enter USB Fastboot protocol",
|
||||
""
|
||||
fastboot, 1, 0, do_fastboot,
|
||||
"use USB Fastboot protocol",
|
||||
"\n"
|
||||
" - run as a fastboot usb device"
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue