From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 12 May 2015 15:55:17 -0600 Subject: [U-Boot] [PATCH v3 1/2] arch: Make board selection choices optional In-Reply-To: <1431459984-7788-1-git-send-email-joe.hershberger@ni.com> References: <1431453700-3882-1-git-send-email-joe.hershberger@ni.com> <1431459984-7788-1-git-send-email-joe.hershberger@ni.com> Message-ID: <555276C5.7010301@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 01:46 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. The series, Acked-by: Stephen Warren