diff options
author | Tony Lindgren <tony@atomide.com> | 2014-10-09 11:28:34 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-10-09 11:28:34 -0700 |
commit | 5c86c5339c566d943606f551332e0efa8cf87d03 (patch) | |
tree | cf7635f3a9c52fa57f22f151c0e55f9cd105017c | |
parent | f86dc4b04dd5292cae3708c16ca6e46dbb5c95fa (diff) | |
download | linux-stable-5c86c5339c566d943606f551332e0efa8cf87d03.tar.gz linux-stable-5c86c5339c566d943606f551332e0efa8cf87d03.tar.bz2 linux-stable-5c86c5339c566d943606f551332e0efa8cf87d03.zip |
ARM: omap2plus_defconfig: Enable ARM erratum 430973 for omap3
Somehow we don't have this set in omap2plus_defconfig. Without this
apps can segfault randomly on omap3. I can reproduce this easily
on am37xx-evm by doing apt-get update over NFSroot.
Tested-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 69c7bed3c634..16e719c268dd 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -51,6 +51,7 @@ CONFIG_SOC_AM43XX=y CONFIG_SOC_DRA7XX=y CONFIG_ARM_THUMBEE=y CONFIG_ARM_ERRATA_411920=y +CONFIG_ARM_ERRATA_430973=y CONFIG_SMP=y CONFIG_NR_CPUS=2 CONFIG_CMA=y |