summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-08-27 21:43:27 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-08-27 21:43:27 +0200
commit8925bc9783fa56a6aa0a2fd9eeb25832180a07b9 (patch)
tree131daf4ed5c0d1afc361fc5ae68184fcbfb56643
parent143c04ba219c29c3661f1d1d0bfcca75f2b6ec24 (diff)
DMA legacy is REQUIRED! wtf. unbreak 4.x on rpi2
-rw-r--r--target/arm/kernel/raspberry-pi21
-rw-r--r--target/linux/config/Config.in.dma4
2 files changed, 5 insertions, 0 deletions
diff --git a/target/arm/kernel/raspberry-pi2 b/target/arm/kernel/raspberry-pi2
index 7aa99d897..8649cb4e3 100644
--- a/target/arm/kernel/raspberry-pi2
+++ b/target/arm/kernel/raspberry-pi2
@@ -6,6 +6,7 @@ CONFIG_HAVE_ARM_ARCH_TIMER=y
CONFIG_FIQ=y
CONFIG_ATAGS=y
CONFIG_KUSER_HELPERS=y
+CONFIG_ARM_ERRATA_643719=y
CONFIG_RASPBERRYPI_FIRMWARE=y
CONFIG_BRCM_CHAR_DRIVERS=y
CONFIG_BCM2708_VCHIQ=y
diff --git a/target/linux/config/Config.in.dma b/target/linux/config/Config.in.dma
index c01523767..0e866047c 100644
--- a/target/linux/config/Config.in.dma
+++ b/target/linux/config/Config.in.dma
@@ -38,8 +38,12 @@ config ADK_KERNEL_BCM_VC_CMA
config ADK_KERNEL_BCM_VCIO
bool
+config ADK_KERNEL_DMA_BCM2708_LEGACY
+ bool
+
config ADK_KERNEL_DMA_BCM2708
bool
+ select ADK_KERNEL_DMA_BCM2708_LEGACY
select ADK_KERNEL_DMADEVICES
select ADK_KERNEL_CMA
select ADK_KERNEL_CMA_SIZE_SEL_MBYTES