aboutsummaryrefslogtreecommitdiff
path: root/include/configs/ge_bx50v3.h
diff options
context:
space:
mode:
authorIan Ray <ian.ray@ge.com>2021-04-23 16:15:11 +0200
committerStefano Babic <sbabic@denx.de>2021-05-02 12:46:54 +0200
commit830160d16ea560406ae87b286e37a789f72d2392 (patch)
tree57416fc3304b9376f27b10e1dbc6cb81785ed268 /include/configs/ge_bx50v3.h
parent62e3232122f1b3a5ee0ce1e7950b461630bf71ca (diff)
downloadu-boot-830160d16ea560406ae87b286e37a789f72d2392.zip
u-boot-830160d16ea560406ae87b286e37a789f72d2392.tar.gz
u-boot-830160d16ea560406ae87b286e37a789f72d2392.tar.bz2
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>
Diffstat (limited to 'include/configs/ge_bx50v3.h')
-rw-r--r--include/configs/ge_bx50v3.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/ge_bx50v3.h b/include/configs/ge_bx50v3.h
index 2d854af..f1e0ec5 100644
--- a/include/configs/ge_bx50v3.h
+++ b/include/configs/ge_bx50v3.h
@@ -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