From 5052d2277fdcc08afda245ebfce3163935dc7dfb Mon Sep 17 00:00:00 2001 From: Michael Walle Date: Mon, 7 Mar 2011 23:32:44 +0100 Subject: 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 Signed-off-by: Edgar E. Iglesias --- default-configs/lm32-softmmu.mak | 1 + 1 file changed, 1 insertion(+) (limited to 'default-configs') diff --git a/default-configs/lm32-softmmu.mak b/default-configs/lm32-softmmu.mak index 3e7f57e..0d19974 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 -- cgit v1.1