From 54f46fc6998873b204ac161371cb1ae90ea7151d Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 24 Aug 2014 14:12:45 -0600 Subject: After cached related fix, the ELF example is now functional --- nuttx/arch/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nuttx/arch/Kconfig') diff --git a/nuttx/arch/Kconfig b/nuttx/arch/Kconfig index a3537ece6..0cb83efcf 100644 --- a/nuttx/arch/Kconfig +++ b/nuttx/arch/Kconfig @@ -130,6 +130,10 @@ config ARCH_L2CACHE bool default n +config ARCH_HAVE_COHERENT_DCACHE + bool + default n + config CUSTOM_STACK bool default n -- cgit v1.2.3