Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bob Ham
uboot-imx
Commits
8aaacfc9
Commit
8aaacfc9
authored
Nov 20, 2018
by
Angus Ainslie (Purism)
Browse files
f_fastboot.c : on USB boot default to fastboot mode
parent
9cb0f55d
Changes
1
Hide whitespace changes
Inline
Side-by-side
drivers/usb/gadget/f_fastboot.c
View file @
8aaacfc9
...
...
@@ -1567,8 +1567,8 @@ void board_fastboot_setup(void)
break
;
case
USB_BOOT
:
printf
(
"Detect USB boot. Will enter fastboot mode!
\n
"
);
if
(
!
g
etenv
(
"bootcmd"
))
setenv
(
"bootcmd"
,
"fastboot 0"
)
;
s
etenv
(
"bootcmd"
,
"fastboot 0"
);
break
;
#endif
/*CONFIG_FASTBOOT_STORAGE_MMC*/
default:
printf
(
"unsupported boot devices
\n
"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment