summaryrefslogtreecommitdiff
path: root/include/configs/logodl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/logodl.h')
-rw-r--r--include/configs/logodl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/logodl.h b/include/configs/logodl.h
index 9afa80013..889a9a344 100644
--- a/include/configs/logodl.h
+++ b/include/configs/logodl.h
@@ -39,6 +39,10 @@
#undef CONFIG_USE_IRQ /* we don't need IRQ/FIQ stuff */
/* for timer/console/ethernet */
+
+/* we will never enable dcache, because we have to setup MMU first */
+#define CONFIG_SYS_NO_DCACHE
+
/*
* Hardware drivers
*/