Build in MMC on VExpress so we can boot using qemu

This commit is contained in:
Peter Robinson 2012-05-10 08:24:08 +01:00
parent a4e130d5df
commit 514c610161
2 changed files with 4 additions and 1 deletions

View File

@ -65,7 +65,7 @@ CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
CONFIG_FB_ARMCLCD=m CONFIG_FB_ARMCLCD=m
CONFIG_MMC_ARMMMCI=m CONFIG_MMC_ARMMMCI=y
CONFIG_MMC_DW=m CONFIG_MMC_DW=m
# CONFIG_MMC_DW_IDMAC is not set # CONFIG_MMC_DW_IDMAC is not set

View File

@ -2327,6 +2327,9 @@ fi
# ||----w | # ||----w |
# || || # || ||
%changelog %changelog
* Thu May 10 2012 Peter Robinson <pbrobinson@fedoraproject.org>
- Build in MMC on VExpress so we can boot using qemu
* Tue May 8 2012 Peter Robinson <pbrobinson@fedoraproject.org> * Tue May 8 2012 Peter Robinson <pbrobinson@fedoraproject.org>
- Restructure ARM configs to minimise duplication and pull all generic options - Restructure ARM configs to minimise duplication and pull all generic options
- Spilt Versatile config and use Express chip into dedicated config for qemu - Spilt Versatile config and use Express chip into dedicated config for qemu