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>
This commit is contained in:
Alexander Graf
2016-03-16 15:41:23 +01:00
committed by Tom Rini
parent f8f58fbb09
commit ccd9d51ede
3 changed files with 8 additions and 1 deletions

View File

@@ -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"