[kernel] Build in MMC on VExpress so we can boot using qemu

Peter Robinson pbrobinson at fedoraproject.org
Thu May 10 07:24:30 UTC 2012


commit 514c6101617b4a67f5e2c874289110cc046b9585
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Thu May 10 08:24:08 2012 +0100

    Build in MMC on VExpress so we can boot using qemu

 config-arm-versatile |    2 +-
 kernel.spec          |    3 +++
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/config-arm-versatile b/config-arm-versatile
index 58dc65c..83cb9d7 100644
--- a/config-arm-versatile
+++ b/config-arm-versatile
@@ -65,7 +65,7 @@ CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
 
 CONFIG_FB_ARMCLCD=m
 
-CONFIG_MMC_ARMMMCI=m
+CONFIG_MMC_ARMMMCI=y
 CONFIG_MMC_DW=m
 # CONFIG_MMC_DW_IDMAC is not set
 
diff --git a/kernel.spec b/kernel.spec
index 51089d6..17c526c 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2327,6 +2327,9 @@ fi
 #                 ||----w |
 #                 ||     ||
 %changelog
+* Thu May 10 2012 Peter Robinson <pbrobinson at fedoraproject.org>
+- Build in MMC on VExpress so we can boot using qemu
+
 * Tue May  8 2012 Peter Robinson <pbrobinson at fedoraproject.org>
 - Restructure ARM configs to minimise duplication and pull all generic options
 - Spilt Versatile config and use Express chip into dedicated config for qemu


More information about the scm-commits mailing list