[U-Boot] [PATCH v2 1/2] kconfig: Make board selection choices optional

Stephen Warren swarren at wwwdotorg.org
Tue May 12 21:31:30 CEST 2015


On 05/12/2015 12:01 PM, Joe Hershberger wrote:
> By making the board selections optional, every defconfig will include
> the board selection when running savedefconfig so if a new board is
> added to the top of the list of choices the former top's defconfig will
> still be correct.

 From a Tegra perspective, the series,
Acked-by: Stephen Warren <swarren at nvidia.com>

In patch 2/2, I do notice a couple of CONFIG_TARGET_xxx being removed 
rather than moved though:

> diff --git a/configs/M52277EVB_defconfig b/configs/M52277EVB_defconfig

> -CONFIG_TARGET_M52277EVB=y

> diff --git a/configs/M52277EVB_stmicro_defconfig b/configs/M52277EVB_stmicro_defconfig

> -CONFIG_TARGET_M52277EVB=y

Perhaps patch 1/2 missed a Kconfig, or are those values meant to be removed?


More information about the U-Boot mailing list