From 514c6101617b4a67f5e2c874289110cc046b9585 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 10 May 2012 08:24:08 +0100 Subject: [PATCH] Build in MMC on VExpress so we can boot using qemu --- config-arm-versatile | 2 +- kernel.spec | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/config-arm-versatile b/config-arm-versatile index 58dc65c93..83cb9d7a9 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 51089d6bd..17c526c8c 100644 --- a/kernel.spec +++ b/kernel.spec @@ -2327,6 +2327,9 @@ fi # ||----w | # || || %changelog +* Thu May 10 2012 Peter Robinson +- Build in MMC on VExpress so we can boot using qemu + * Tue May 8 2012 Peter Robinson - Restructure ARM configs to minimise duplication and pull all generic options - Spilt Versatile config and use Express chip into dedicated config for qemu