[kernel/f18] Disable PL330 on ARM as it's broken on highbank

Peter Robinson pbrobinson at fedoraproject.org
Thu May 9 21:47:38 UTC 2013


commit 9d5f83dd23e5ddc37d48c4afca1212557e873ecb
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Thu May 9 22:47:33 2013 +0100

    Disable PL330 on ARM as it's broken on highbank

 config-armv7-generic |    3 ++-
 kernel.spec          |    3 +++
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/config-armv7-generic b/config-armv7-generic
index abe4bdd..7b4d546 100644
--- a/config-armv7-generic
+++ b/config-armv7-generic
@@ -161,7 +161,8 @@ CONFIG_SERIAL_8250_DW=y
 CONFIG_RTC_DRV_PL030=y
 CONFIG_RTC_DRV_PL031=y
 
-CONFIG_PL330_DMA=m
+# disable because it's currently broken on highbank :-/
+# CONFIG_PL330_DMA is not set
 CONFIG_AMBA_PL08X=y
 CONFIG_ARM_SP805_WATCHDOG=m
 CONFIG_I2C_VERSATILE=m
diff --git a/kernel.spec b/kernel.spec
index 24486c8..66a42e1 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2294,6 +2294,9 @@ fi
 #                 ||----w |
 #                 ||     ||
 %changelog
+* Thu May 9 2013 Peter Robinson <pbrobinson at fedoraproject.org>
+- Disable PL330 on ARM as it's broken on highbank
+
 * Wed May  8 2013 Peter Robinson <pbrobinson at fedoraproject.org>
 - Add the ARM patches needed for 3.9 :-/
 


More information about the scm-commits mailing list