From: Alexander Stein Date: Fri, 24 Jul 2015 07:22:15 +0000 (+0200) Subject: arm/rpi: Enable dcache X-Git-Tag: KARO-TX6-2015-09-18~456 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=92aae64ec72b73346e4cdd978b3d4178afe77bfc 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 --- 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"