include: configs: ge: bx50v3: drop USB boot
authorIan Ray <ian.ray@ge.com>
Fri, 23 Apr 2021 14:15:11 +0000 (16:15 +0200)
committerStefano Babic <sbabic@denx.de>
Sun, 2 May 2021 10:46:54 +0000 (12:46 +0200)
Remove unsupported USB boot.

Signed-off-by: Ian Ray <ian.ray@ge.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
include/configs/ge_bx50v3.h

index 2d854af..f1e0ec5 100644 (file)
                "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