From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Sat, 21 Feb 2015 21:56:06 -0500 Subject: [U-Boot] [PATCH v3 01/19] ARM: at91: move board select menu and common settings In-Reply-To: <1424419459-3498-2-git-send-email-yamada.m@jp.panasonic.com> References: <1424419459-3498-1-git-send-email-yamada.m@jp.panasonic.com> <1424419459-3498-2-git-send-email-yamada.m@jp.panasonic.com> Message-ID: <20150222025606.GP25879@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, Feb 20, 2015 at 05:04:01PM +0900, Masahiro Yamada wrote: > The board select menu in arch/arm/Kconfig is still big. > To slim down it, this commit moves AT91 boards to > arch/arm/mach-at91/Kconfig. > Also, consolidate "config SYS_SOC" in each board Kconfig. > > The Kconfig files under board/ directory were modified with the > following command: > > find board -name Kconfig | xargs sed -i -e ' > /config SYS_SOC/ { > N > /default "at91"/ { > N > d > } > } > ' > > Signed-off-by: Masahiro Yamada > Acked-by: Andreas Bie?mann Applied to u-boot/master, thanks! -- Tom