From: Ian Ray Date: Fri, 23 Apr 2021 14:15:11 +0000 (+0200) Subject: include: configs: ge: bx50v3: drop USB boot X-Git-Tag: v2021.10~188^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=830160d16ea560406ae87b286e37a789f72d2392;p=platform%2Fkernel%2Fu-boot.git include: configs: ge: bx50v3: drop USB boot Remove unsupported USB boot. Signed-off-by: Ian Ray Signed-off-by: Sebastian Reichel --- 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