[kernel/f18] Minor ARM build fixes

Peter Robinson pbrobinson at fedoraproject.org
Thu Feb 7 09:35:36 UTC 2013


commit 7234330c31b86e736dc925070c327f3ee143603d
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Thu Feb 7 09:35:27 2013 +0000

    Minor ARM build fixes

 config-arm-generic |    3 ++-
 kernel.spec        |    3 +++
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/config-arm-generic b/config-arm-generic
index d268b4d..79e37a7 100644
--- a/config-arm-generic
+++ b/config-arm-generic
@@ -9,10 +9,10 @@ CONFIG_ARM=y
 
 CONFIG_ARM_THUMB=y
 CONFIG_AEABI=y
-CONFIG_OABI_COMPAT=y
 CONFIG_VFP=y
 CONFIG_ARM_UNWIND=y
 # CONFIG_ARCH_MULTI_V7 is not set
+# CONFIG_OABI_COMPAT is not set
 
 CONFIG_SMP=y
 CONFIG_NR_CPUS=4
@@ -333,6 +333,7 @@ CONFIG_EXTCON_GPIO=m
 # CONFIG_GPIO_EM is not set
 # CONFIG_HVC_DCC is not set
 # CONFIG_LEDS_RENESAS_TPU is not set
+# CONFIG_VIRTIO_CONSOLE is not set
 
 #  Possibly part of Snowball
 # CONFIG_MFD_T7L66XB is not set
diff --git a/kernel.spec b/kernel.spec
index 0fdce5b..8b55ace 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2378,6 +2378,9 @@ fi
 #                 ||----w |
 #                 ||     ||
 %changelog
+* Thu Feb  7 2013 Peter Robinson <pbrobinson at fedoraproject.org>
+- Minor ARM build fixes
+
 * Wed Feb 06 2013 Josh Boyer <jwboyer at redhat.com>
 - Add patch to fix ath9k dma stop checks (rhbz 892811)
 


More information about the scm-commits mailing list