]> Git Repo - J-u-boot.git/commitdiff
include: configs: ge: bx50v3: drop USB boot
authorIan Ray <[email protected]>
Fri, 23 Apr 2021 14:15:11 +0000 (16:15 +0200)
committerStefano Babic <[email protected]>
Sun, 2 May 2021 10:46:54 +0000 (12:46 +0200)
Remove unsupported USB boot.

Signed-off-by: Ian Ray <[email protected]>
Signed-off-by: Sebastian Reichel <[email protected]>
include/configs/ge_bx50v3.h

index 2d854af9a06db9d0ffffc7a3be177a07126e7c5d..f1e0ec553ce63516057449dbc302955b1fd0282e 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
This page took 0.036086 seconds and 4 git commands to generate.