]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
imx: mx6ull: add kconfig entry for MX6ULL
authorYe Li <ye.li@nxp.com>
Thu, 11 Aug 2016 06:02:39 +0000 (14:02 +0800)
committerStefano Babic <sbabic@denx.de>
Tue, 4 Oct 2016 13:41:00 +0000 (15:41 +0200)
i.MX6ULL is derivative from i.MX6UL, so select MX6UL for MX6ULL.
If need to differenate MX6ULL from MX6UL, use CONFIG_MX6ULL

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Ye Li <ye.li@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
arch/arm/cpu/armv7/mx6/Kconfig

index 4214ab5dc61286bce7c11197e18cf3732b76736a..32405c6fe43e0e1bed649a94f8a35437c86112f8 100644 (file)
@@ -31,6 +31,10 @@ config MX6UL
        select ROM_UNIFIED_SECTIONS
        bool
 
+config MX6ULL
+       bool
+       select MX6UL
+
 choice
        prompt "MX6 board select"
        optional