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:
Steve Rae 2014-08-26 11:47:29 -07:00 committed by Tom Rini
parent d1b5ed0753
commit 593cbd93f3
2 changed files with 14 additions and 8 deletions

View file

@ -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"
);