Disable PL330 on ARM as it's broken on highbank

This commit is contained in:
Peter Robinson 2013-05-09 22:47:33 +01:00
parent 4eb1550b0b
commit 9d5f83dd23
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -2294,6 +2294,9 @@ fi
# ||----w |
# || ||
%changelog
* Thu May 9 2013 Peter Robinson <pbrobinson@fedoraproject.org>
- Disable PL330 on ARM as it's broken on highbank
* Wed May 8 2013 Peter Robinson <pbrobinson@fedoraproject.org>
- Add the ARM patches needed for 3.9 :-/