mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08: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