Home
last modified time | relevance | path

Searched hist:"89 ebc82137bebb11a8191f8b9cbf08f2533ae8bc" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/
H A DKconfig424ee3d1571ebea9d6373c7c8cf408ffa655ff52 Wed Apr 08 16:56:29 UTC 2015 Andrej Rosano <andrej@inversepath.com> ARM: mx5: move to a standard arch/board approach

Move the MX5 based boards to arch/arm/cpu/armv7/mx5, following the
commit: 89ebc82137bebb11a8191f8b9cbf08f2533ae8bc

Signed-off-by: Andrej Rosano <andrej@inversepath.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Vagrant Cascadian <vagrant@debian.org>
Tested-by: Chris Kuethe <chris.kuethe@gmail.com>
89ebc82137bebb11a8191f8b9cbf08f2533ae8bc Wed Mar 04 12:13:03 UTC 2015 Boris BREZILLON <boris.brezillon@free-electrons.com> ARM: mx6: move to a standard arch/board approach

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 <boris.brezillon@free-electrons.com>