Commit 051ba9e082f71f4709c32a69378192ca8964ca50

Authored by Breno Lima
Committed by Stefano Babic
1 parent a4e6b0013f

Kconfig: mx6ull: Deselect MX6UL from CONFIG_MX6ULL

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>

Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff

arch/arm/mach-imx/mx6/Kconfig
... ... @@ -66,8 +66,9 @@
66 66 select SUPPORT_SPL
67 67  
68 68 config MX6ULL
  69 + select SYS_L2CACHE_OFF
  70 + select ROM_UNIFIED_SECTIONS
69 71 bool
70   - select MX6UL
71 72  
72 73 config MX6_DDRCAL
73 74 bool "Include dynamic DDR calibration routines"