From mboxrd@z Thu Jan 1 00:00:00 1970 From: Emmanuel Vadot Date: Mon, 7 Nov 2016 09:34:29 +0100 Subject: [U-Boot] [PATCH 2/4] kconfig: arm: Add SYS_DCACHE_OFF option In-Reply-To: <20161107083431.24855-1-manu@bidouilliste.com> References: <20161107083431.24855-1-manu@bidouilliste.com> Message-ID: <20161107083431.24855-3-manu@bidouilliste.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Add a kconfig option to disable the data cache. Signed-off-by: Emmanuel Vadot --- arch/arm/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index d7a9b11..59b91a0 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -118,6 +118,12 @@ config SYS_L2CACHE_OFF If SoC does not support L2CACHE or one do not want to enable L2CACHE, choose this option. +config SYS_DCACHE_OFF + bool "Do not use Data Cache" + default n + help + If one do not want to enable the data cache, choose this option. + config ENABLE_ARM_SOC_BOOT0_HOOK bool "prepare BOOT0 header" help -- 2.9.2