From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masahiro Yamada Date: Tue, 05 Aug 2014 19:10:16 +0900 Subject: [U-Boot] [PATCH 0/15] arm: kconfig: move board select menus and other settings to SoC dir In-Reply-To: <53E09E0E.1080708@monstr.eu> References: <1407158368-25481-1-git-send-email-yamada.m@jp.panasonic.com> <53E09E0E.1080708@monstr.eu> Message-ID: <20140805191016.D5A0.AA925319@jp.panasonic.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Michal, On Tue, 05 Aug 2014 11:04:14 +0200 Michal Simek 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