summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config-armv72
-rw-r--r--kernel.spec3
2 files changed, 5 insertions, 0 deletions
diff --git a/config-armv7 b/config-armv7
index 299e1428b..6de165472 100644
--- a/config-armv7
+++ b/config-armv7
@@ -1,7 +1,9 @@
# ARM unified arch kernel
+CONFIG_CPU_V7=y
# CONFIG_ARCH_MULTI_V4 is not set
# CONFIG_ARCH_MULTI_V4T is not set
# CONFIG_ARCH_MULTI_V6 is not set
+CONFIG_ARCH_MULTI_V6_V7=y
CONFIG_ARCH_MULTI_V7=y
CONFIG_ARCH_MVEBU=y
CONFIG_ARCH_HIGHBANK=y
diff --git a/kernel.spec b/kernel.spec
index 0155a4680..12594044e 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2366,6 +2366,9 @@ fi
# ||----w |
# || ||
%changelog
+* Thu Nov 29 2012 Peter Robinson <pbrobinson@fedoraproject.org>
+- Hopefully fix the ARM unified kernel build
+
* Tue Nov 27 2012 Josh Boyer <jwboyer@redhat.com>
- Update patches for 8139cp issues from David Woodhouse (rhbz 851278)