[U-Boot] [PATCH 01/10] sunxi: make SoC variant choice mandatory

Chen-Yu Tsai wens at csie.org
Mon May 2 04:28:06 CEST 2016


The user should always select an SoC variant to support. Not choosing
one doesn't make sense for a bootloader.

Signed-off-by: Chen-Yu Tsai <wens at csie.org>
---
 board/sunxi/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig
index fa7872031b9d..95500a1bcdb0 100644
--- a/board/sunxi/Kconfig
+++ b/board/sunxi/Kconfig
@@ -18,7 +18,6 @@ config SUNXI_GEN_SUN6I
 
 choice
 	prompt "Sunxi SoC Variant"
-	optional
 
 config MACH_SUN4I
 	bool "sun4i (Allwinner A10)"
-- 
2.8.1



More information about the U-Boot mailing list