From b125f8fb502696533833f3355078d6ab2ed29c4a Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sun, 10 May 2015 20:00:44 +0000 Subject: [PATCH] [armhf] Enable ARM_ERRATA_430973 (Closes: #768890), ARM_ERRATA_643719, ARM_ERRATA_754327, ARM_ERRATA_773022 svn path=/dists/trunk/linux/; revision=22587 --- debian/changelog | 2 ++ debian/config/armhf/config.armmp | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8d6111627..355bf2526 100644 --- a/debian/changelog +++ b/debian/changelog @@ -142,6 +142,8 @@ linux (4.0.2-1~exp1) UNRELEASED; urgency=medium * [armhf] sound: Enable SND_SIMPLE_CARD as module * path_openat(): fix double fput() * [x86] serial: Enable SERIAL_8250_DW as built-in + * [armhf] Enable ARM_ERRATA_430973 (Closes: #768890), ARM_ERRATA_643719, + ARM_ERRATA_754327, ARM_ERRATA_773022 [ Ian Campbell ] * [armhf] Enable support for Freescale SNVS RTC. (Closes: #782364) diff --git a/debian/config/armhf/config.armmp b/debian/config/armhf/config.armmp index 06e77df3d..273c8ace0 100644 --- a/debian/config/armhf/config.armmp +++ b/debian/config/armhf/config.armmp @@ -7,6 +7,10 @@ CONFIG_ARCH_MULTIPLATFORM=y # CONFIG_ARCH_MULTI_V6 is not set CONFIG_ARCH_MULTI_V7=y CONFIG_ARCH_VIRT=y +CONFIG_ARM_ERRATA_430973=y +CONFIG_ARM_ERRATA_643719=y +CONFIG_ARM_ERRATA_754327=y +CONFIG_ARM_ERRATA_773022=y CONFIG_PCI=y CONFIG_SMP=y CONFIG_SMP_ON_UP=y