[PATCH 5/7] include: configs: ge: bx50v3: drop USB boot

Sebastian Reichel sebastian.reichel at collabora.com
Fri Apr 23 16:15:11 CEST 2021


From: Ian Ray <ian.ray at ge.com>

Remove unsupported USB boot.

Signed-off-by: Ian Ray <ian.ray at ge.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel at collabora.com>
---
 include/configs/ge_bx50v3.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/include/configs/ge_bx50v3.h b/include/configs/ge_bx50v3.h
index 2d854af9a06d..f1e0ec553ce6 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
-- 
2.30.2



More information about the U-Boot mailing list