[U-Boot] [PATCH v3 01/19] ARM: at91: move board select menu and common settings
Tom Rini
tom.rini at gmail.com
Sun Feb 22 03:56:06 CET 2015
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 <yamada.m at jp.panasonic.com>
> Acked-by: Andreas Bießmann <andreas.devel at googlemail.co>
Applied to u-boot/master, thanks!
--
Tom
More information about the U-Boot
mailing list