
Hi Stephen,
On Tue, May 12, 2015 at 2:31 PM, Stephen Warren swarren@wwwdotorg.org wrote:
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@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?
Great catch. I did miss one. The m68k one.
v3 coming.
Thanks, -Joe