diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2012-02-12 11:22:08 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2012-02-12 11:22:08 +0000 |
commit | 143e861708e452da0d750b067bd35fb78686e78e (patch) | |
tree | 8e55626656d57b2236f3d7781692a9863e11604d /target | |
parent | 3c365cc72d0c29cbd7e1381d4c338beb4339833a (diff) | |
download | upstream-143e861708e452da0d750b067bd35fb78686e78e.tar.gz upstream-143e861708e452da0d750b067bd35fb78686e78e.tar.bz2 upstream-143e861708e452da0d750b067bd35fb78686e78e.zip |
enable another l2 cache errate on newer kernels
SVN-Revision: 30472
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/cns3xxx/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/cns3xxx/config-default b/target/linux/cns3xxx/config-default index ab62bf2f1c..36667bea10 100644 --- a/target/linux/cns3xxx/config-default +++ b/target/linux/cns3xxx/config-default @@ -121,6 +121,7 @@ CONFIG_PERF_USE_VMALLOC=y CONFIG_PHYLIB=y CONFIG_PL310_ERRATA_588369=y CONFIG_PL310_ERRATA_727915=y +CONFIG_PL310_ERRATA_769419=y # CONFIG_PREEMPT_RCU is not set # CONFIG_QUOTACTL is not set CONFIG_RAID_ATTRS=y |