mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 01:02:19 +02: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:
@@ -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"
|
||||
);
|
||||
|
Reference in New Issue
Block a user