From: Chen-Yu Tsai Date: Mon, 2 May 2016 02:28:06 +0000 (+0800) Subject: sunxi: make SoC variant choice mandatory X-Git-Tag: v2016.07-rc1~170^2~16 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1a5f0de08e86f2f127aaac928fee5ea0f2a9236e;p=oweals%2Fu-boot.git sunxi: make SoC variant choice mandatory 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 Reviewed-by: Hans de Goede Signed-off-by: Hans de Goede --- diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index fa7872031b..95500a1bcd 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)"