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

Hans de Goede hdegoede at redhat.com
Sun May 15 12:03:48 CEST 2016


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


More information about the U-Boot mailing list