
Hi Michal,
On Tue, 05 Aug 2014 11:04:14 +0200 Michal Simek monstr@monstr.eu wrote:
On 08/04/2014 03:19 PM, Masahiro Yamada wrote:
There are lots of boards supported in ARM architecture. The board select menu in arch/arm/Kconfig is already too fat.
This series introduces platform select between arch select and board select.
ARCH select (ARM) |-- Platform select |-- Board select
Many (not all) of boards have been moved to $(SOC)/Kconfig.
I built all the boards and confirmed the same binareis are produced with/without thie series.
Prerequisites
Apply http://patchwork.ozlabs.org/patch/374416/ to avoid a conflict in doc/README.scrapyard
Apply http://patchwork.ozlabs.org/patch/375467/ to avoid a conflict in configs/jetson-tk1_defconfig
Any repo/branch will be more then helpful.
OK. Please try:
git clone git://github.com/masahir0y/u-boot-kbuild.git cd u-boot-kbuild git checkout arm-refactor
Best Regards Masahiro Yamada