diff options
| author | Michael Walle | 2011-03-07 23:32:44 +0100 |
|---|---|---|
| committer | Edgar E. Iglesias | 2011-04-04 10:26:54 +0200 |
| commit | 5052d2277fdcc08afda245ebfce3163935dc7dfb (patch) | |
| tree | 6351945d35e61cc48d1178ba60a8479da4e84786 /default-configs | |
| parent | lm32: add milkymist hw support functions (diff) | |
| download | qemu-5052d2277fdcc08afda245ebfce3163935dc7dfb.tar.gz qemu-5052d2277fdcc08afda245ebfce3163935dc7dfb.tar.xz qemu-5052d2277fdcc08afda245ebfce3163935dc7dfb.zip | |
lm32: add support for the Milkymist board
This patch adds almost complete support for the Milkymist system-on-chip
(http://www.milkymist.org).
Additional to running bare metal applications, booting a linux kernel with
initrd is supported.
Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Diffstat (limited to 'default-configs')
| -rw-r--r-- | default-configs/lm32-softmmu.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/lm32-softmmu.mak b/default-configs/lm32-softmmu.mak index 3e7f57e700..0d19974b40 100644 --- a/default-configs/lm32-softmmu.mak +++ b/default-configs/lm32-softmmu.mak @@ -1,5 +1,6 @@ # Default configuration for lm32-softmmu CONFIG_PTIMER=y +CONFIG_PFLASH_CFI01=y CONFIG_PFLASH_CFI02=y CONFIG_SD=y |
