summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2016-03-16 15:41:23 +0100
committerTom Rini <trini@konsulko.com>2016-03-27 09:12:18 -0400
commitccd9d51ede69f08f60d9ab3c824b93ceda73afc8 (patch)
tree437a33813d9b4d62405c81fb91b9ed6e4c87ead8 /include/configs
parentf8f58fbb09bcec7a77dddbcfab62153b102ae775 (diff)
downloadblackbird-obmc-uboot-ccd9d51ede69f08f60d9ab3c824b93ceda73afc8.tar.gz
blackbird-obmc-uboot-ccd9d51ede69f08f60d9ab3c824b93ceda73afc8.zip
RPi: Enable caches for rpi2
Now that we have support for running with caches enabled in HYP mode, opt in to that on the Raspberry Pi 2. This brings a significant performance boost. Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/rpi_2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/rpi_2.h b/include/configs/rpi_2.h
index bea4ebda7f..13dc8de143 100644
--- a/include/configs/rpi_2.h
+++ b/include/configs/rpi_2.h
@@ -10,7 +10,6 @@
#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