From: Peng Fan Date: Mon, 20 Jul 2015 11:28:28 +0000 (+0800) Subject: imx: mx6ul select SYS_L2CACHE_OFF X-Git-Tag: KARO-TX6-2015-09-18~978 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a59196c35895927371c8b40f082fac1f8cdb7182;p=karo-tx-uboot.git imx: mx6ul select SYS_L2CACHE_OFF i.MX6UL features an Cortex-A7 core, it does not have PL310 as other i.MX6 chips. To Cortex-A7 core, If D-Cache is enabled, L2 Cache is enabled. There is on specific switch for on/off L2 Cache, so default select SYS_L2CACHE_OFF. Signed-off-by: Peng Fan --- diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig index 68b46c10d4..dce7ffc022 100644 --- a/arch/arm/cpu/armv7/mx6/Kconfig +++ b/arch/arm/cpu/armv7/mx6/Kconfig @@ -25,6 +25,10 @@ config MX6SL config MX6SX bool +config MX6UL + select SYS_L2CACHE_OFF + bool + choice prompt "MX6 board select" optional