]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
Kconfig: mx6ull: Deselect MX6UL from CONFIG_MX6ULL
authorBreno Lima <breno.lima@nxp.com>
Mon, 27 Nov 2017 23:07:40 +0000 (21:07 -0200)
committerStefano Babic <sbabic@denx.de>
Fri, 29 Dec 2017 10:18:59 +0000 (11:18 +0100)
MX6UL contains features that MX6ULL doesn't support.
Deselect CONFIG_MX6UL and select SYS_L2CACHE_OFF and ROM_UNIFIED_SECTIONS.

The motivation for doing this change is that MX6UL supports CAAM and
MX6ULL does not.

Signed-off-by: Breno Lima <breno.lima@nxp.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
arch/arm/mach-imx/mx6/Kconfig

index 2b6bc1bc71a0afe5951ae8b7c608fccbc12a4c9b..ef1f18089eca7f17d71fbf38ef1e057729d946b0 100644 (file)
@@ -66,8 +66,9 @@ config MX6UL_OPOS6UL
        select SUPPORT_SPL
 
 config MX6ULL
+       select SYS_L2CACHE_OFF
+       select ROM_UNIFIED_SECTIONS
        bool
-       select MX6UL
 
 config MX6_DDRCAL
        bool "Include dynamic DDR calibration routines"