From 4cffbec96a3cf95ec3f4774229712d647f603541 Mon Sep 17 00:00:00 2001 From: Alexander Stein Date: Fri, 24 Jul 2015 09:22:15 +0200 Subject: arm/rpi: Enable dcache Now that mailbox driver supports cache flush and invalidation, we can enable dcache. Signed-off-by: Alexander Stein Acked-by: Stephen Warren Tested-by: Stephen Warren --- include/configs/rpi-common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/rpi-common.h') 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 \ -- cgit v1.2.1