diff options
Diffstat (limited to 'include/configs/delta.h')
-rw-r--r-- | include/configs/delta.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/delta.h b/include/configs/delta.h index f5508b77400..bacbd90b5dc 100644 --- a/include/configs/delta.h +++ b/include/configs/delta.h @@ -39,6 +39,9 @@ #undef CONFIG_SKIP_RELOCATE_UBOOT #undef CONFIG_USE_IRQ /* we don't need IRQ/FIQ stuff */ +/* we will never enable dcache, because we have to setup MMU first */ +#define CONFIG_SYS_NO_DCACHE + /* * Size of malloc() pool */ |