summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorAlexander Stein <alexanders83@web.de>2015-07-24 09:22:15 +0200
committerTom Rini <trini@konsulko.com>2015-08-12 20:47:43 -0400
commit4cffbec96a3cf95ec3f4774229712d647f603541 (patch)
tree2e22ce407873110e7c271f6d71b290a43d31307b /include/configs
parentdb402e005a7db7c60811deb199e0df3eec479601 (diff)
downloadblackbird-obmc-uboot-4cffbec96a3cf95ec3f4774229712d647f603541.tar.gz
blackbird-obmc-uboot-4cffbec96a3cf95ec3f4774229712d647f603541.zip
arm/rpi: Enable dcache
Now that mailbox driver supports cache flush and invalidation, we can enable dcache. Signed-off-by: Alexander Stein <alexanders83@web.de> Acked-by: Stephen Warren <swarren@wwwdotorg.org> Tested-by: Stephen Warren <swarren@wwwdotorg.org>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/rpi-common.h1
-rw-r--r--include/configs/rpi_2.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/rpi-common.h b/include/configs/rpi-common.h
index 1012cdd292..dd638c485c 100644
--- a/include/configs/rpi-common.h
+++ b/include/configs/rpi-common.h
@@ -14,7 +14,6 @@
#define CONFIG_SYS_GENERIC_BOARD
#define CONFIG_BCM2835
#define CONFIG_ARCH_CPU_INIT
-#define CONFIG_SYS_DCACHE_OFF
#define CONFIG_SYS_TIMER_RATE 1000000
#define CONFIG_SYS_TIMER_COUNTER \
diff --git a/include/configs/rpi_2.h b/include/configs/rpi_2.h
index 13dc8de143..bea4ebda7f 100644
--- a/include/configs/rpi_2.h
+++ b/include/configs/rpi_2.h
@@ -10,6 +10,7 @@
#define CONFIG_SKIP_LOWLEVEL_INIT
#define CONFIG_BCM2836
#define CONFIG_SYS_CACHELINE_SIZE 64
+#define CONFIG_SYS_DCACHE_OFF
#include "rpi-common.h"
OpenPOWER on IntegriCloud