mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
include: configs: ge: bx50v3: drop USB boot
Remove unsupported USB boot. Signed-off-by: Ian Ray <ian.ray@ge.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
This commit is contained in:
parent
62e3232122
commit
830160d16e
1 changed files with 0 additions and 5 deletions
|
@ -125,13 +125,8 @@
|
|||
"run tryboot; " \
|
||||
"fi; " \
|
||||
|
||||
#define CONFIG_USBBOOTCOMMAND \
|
||||
"echo Unsupported; " \
|
||||
|
||||
#ifdef CONFIG_CMD_NFS
|
||||
#define CONFIG_BOOTCOMMAND CONFIG_NETWORKBOOTCOMMAND
|
||||
#elif CONFIG_CMD_USB
|
||||
#define CONFIG_BOOTCOMMAND CONFIG_USBBOOTCOMMAND
|
||||
#else
|
||||
#define CONFIG_BOOTCOMMAND CONFIG_MMCBOOTCOMMAND
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue