From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 12 May 2015 13:31:30 -0600 Subject: [U-Boot] [PATCH v2 1/2] kconfig: Make board selection choices optional In-Reply-To: <1431453700-3882-1-git-send-email-joe.hershberger@ni.com> References: <1431364127-1340-1-git-send-email-joe.hershberger@ni.com> <1431453700-3882-1-git-send-email-joe.hershberger@ni.com> Message-ID: <55525512.7070603@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 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?