From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Mon, 23 Mar 2015 13:32:19 +0100 Subject: [U-Boot] [PATCH v2 1/3] ARM: mx6: move to a standard arch/board approach In-Reply-To: <1425471185-19153-1-git-send-email-boris.brezillon@free-electrons.com> References: <1425471124-18990-1-git-send-email-boris.brezillon@free-electrons.com> <1425471185-19153-1-git-send-email-boris.brezillon@free-electrons.com> Message-ID: <551007D3.9020904@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/03/2015 13:13, Boris Brezillon wrote: > Freescale boards are currently all defined in arch/arm/Kconfig, which > makes them hard to detect. > Moreover the MX6 SoC variant (Q, D, DL, S, SL) selection is currently > done via the SYS_EXTRA_OPTIONS option which marked as deprecated. > > Move to a more standard way to select sub-architecture and board by > creating a Kconfig under arch/arm/cpu/armv7/mx6 and a new ARCH_MX6 > option. > > Existing MX6 board definitions should be moved in this new Kconfig in > choice menu, and new boards should be directly declared in this menu. > > Signed-off-by: Boris Brezillon > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================