diff options
author | Tony Lindgren <tony@atomide.com> | 2014-10-09 14:28:34 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-10-09 14:28:34 -0400 |
commit | 5c86c5339c566d943606f551332e0efa8cf87d03 (patch) | |
tree | cf7635f3a9c52fa57f22f151c0e55f9cd105017c /arch | |
parent | f86dc4b04dd5292cae3708c16ca6e46dbb5c95fa (diff) |
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>
Diffstat (limited to 'arch')
-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 | |||
51 | CONFIG_SOC_DRA7XX=y | 51 | CONFIG_SOC_DRA7XX=y |
52 | CONFIG_ARM_THUMBEE=y | 52 | CONFIG_ARM_THUMBEE=y |
53 | CONFIG_ARM_ERRATA_411920=y | 53 | CONFIG_ARM_ERRATA_411920=y |
54 | CONFIG_ARM_ERRATA_430973=y | ||
54 | CONFIG_SMP=y | 55 | CONFIG_SMP=y |
55 | CONFIG_NR_CPUS=2 | 56 | CONFIG_NR_CPUS=2 |
56 | CONFIG_CMA=y | 57 | CONFIG_CMA=y |