diff mbox

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

Message ID 1462156095-9388-1-git-send-email-wens@csie.org
State Accepted
Commit 1a5f0de08e86f2f127aaac928fee5ea0f2a9236e
Delegated to: Hans de Goede
Headers show

Commit Message

Chen-Yu Tsai May 2, 2016, 2:28 a.m. UTC
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@csie.org>
---
 board/sunxi/Kconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

Hans de Goede May 15, 2016, 10:03 a.m. UTC | #1
Hi,

Thanks, entire series looks good to me applied to:

http://git.denx.de/?p=u-boot/u-boot-sunxi.git;a=shortlog;h=refs/heads/next

These will be part of my first pull-req for u-boot v2016.07.

Regards,

Hans



On 02-05-16 04:28, Chen-Yu Tsai wrote:
> 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@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)"
>
diff mbox

Patch

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)"