From: Tony Lindgren Date: Thu, 9 Oct 2014 18:28:34 +0000 (-0700) Subject: ARM: omap2plus_defconfig: Enable ARM erratum 430973 for omap3 X-Git-Tag: v3.18-rc1~1^2~6^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5c86c5339c566d943606f551332e0efa8cf87d03;p=karo-tx-linux.git 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 Signed-off-by: Tony Lindgren --- 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