From: Breno Lima Date: Mon, 27 Nov 2017 23:07:40 +0000 (-0200) Subject: Kconfig: mx6ull: Deselect MX6UL from CONFIG_MX6ULL X-Git-Tag: v2018.01-rc3~9^2~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=051ba9e082f71f4709c32a69378192ca8964ca50;p=u-boot 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 Reviewed-by: Fabio Estevam --- diff --git a/arch/arm/mach-imx/mx6/Kconfig b/arch/arm/mach-imx/mx6/Kconfig index 2b6bc1bc71..ef1f18089e 100644 --- a/arch/arm/mach-imx/mx6/Kconfig +++ b/arch/arm/mach-imx/mx6/Kconfig @@ -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"