summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephen Warren <swarren@wwwdotorg.org>2013-01-29 16:37:39 (GMT)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2013-03-20 14:29:45 (GMT)
commit38baa4f6d69f3ba933a2578d111dc04151d9e169 (patch)
treeb495da4e992ea5de40dd5da84a89d89fde3f90bb /include
parent6d3307195d583b7590068299420db4b44c6df4bf (diff)
downloadu-boot-fsl-qoriq-38baa4f6d69f3ba933a2578d111dc04151d9e169.tar.xz
ARM: rpi_b: disable rpi_b dcache explicitly
There appears to be no implementation of flush_dcache_range() for ARM1176, so explicitly disable dcache support to avoid references to that function from the LCD core in the next patch. This was presumably not noticed before simply because no drivers for the rpi_b were attempting DMA. Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/rpi_b.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/rpi_b.h b/include/configs/rpi_b.h
index cf62e45..5db31f5 100644
--- a/include/configs/rpi_b.h
+++ b/include/configs/rpi_b.h
@@ -23,6 +23,7 @@
#define CONFIG_ARM1176
#define CONFIG_BCM2835
#define CONFIG_ARCH_CPU_INIT
+#define CONFIG_SYS_DCACHE_OFF
/*
* 2835 is a SKU in a series for which the 2708 is the first or primary SoC,
* so 2708 has historically been used rather than a dedicated 2835 ID.