diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-09-28 18:03:33 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-09-28 18:03:33 +0000 |
commit | a6616a6e48798449c3f05ee976d912e74dfd3d60 (patch) | |
tree | 5d75caf876de89178802f2ea71897a15cc8f9721 /target/linux/bcm53xx/config-3.14 | |
parent | ca25f76e8210aaa553b499daa46d13ea060eb6d8 (diff) | |
download | upstream-a6616a6e48798449c3f05ee976d912e74dfd3d60.tar.gz upstream-a6616a6e48798449c3f05ee976d912e74dfd3d60.tar.bz2 upstream-a6616a6e48798449c3f05ee976d912e74dfd3d60.zip |
bcm53xx: activate some workarounds for errors in the Cortex-A9
BCM4708 uses a Cortex-A9 rev r3p0 and a L2C-310 rev r3p2.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 42690
Diffstat (limited to 'target/linux/bcm53xx/config-3.14')
-rw-r--r-- | target/linux/bcm53xx/config-3.14 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/config-3.14 b/target/linux/bcm53xx/config-3.14 index 292752870c..e1bd5befed 100644 --- a/target/linux/bcm53xx/config-3.14 +++ b/target/linux/bcm53xx/config-3.14 @@ -26,6 +26,9 @@ CONFIG_ARM=y CONFIG_ARM_APPENDED_DTB=y # CONFIG_ARM_ATAG_DTB_COMPAT is not set # CONFIG_ARM_CPU_SUSPEND is not set +CONFIG_ARM_ERRATA_754322=y +CONFIG_ARM_ERRATA_764369=y +CONFIG_ARM_ERRATA_775420=y CONFIG_ARM_GIC=y CONFIG_ARM_GLOBAL_TIMER=y CONFIG_ARM_L1_CACHE_SHIFT=6 |