From 82b25dc8b04766fde3982fec448ebfd48233f4d4 Mon Sep 17 00:00:00 2001 From: Max Filippov Date: Sun, 30 Oct 2011 21:21:15 +0400 Subject: xtensa_lx60: add FLASH support LX60 carry 4 Mbyte FLASH and 128 Kbyte SRAM, LX200 carry 16 Mbyte FLASH and 32 Mbyte SRAM. Either of these memories may be mapped to the system ROM region. Select boot from FLASH if -kernel option is not specified, otherwise boot from SRAM. Signed-off-by: Max Filippov --- default-configs/xtensa-softmmu.mak | 1 + 1 file changed, 1 insertion(+) (limited to 'default-configs/xtensa-softmmu.mak') diff --git a/default-configs/xtensa-softmmu.mak b/default-configs/xtensa-softmmu.mak index 7f0df3499e..9d8899cde7 100644 --- a/default-configs/xtensa-softmmu.mak +++ b/default-configs/xtensa-softmmu.mak @@ -2,3 +2,4 @@ CONFIG_SERIAL=y CONFIG_OPENCORES_ETH=y +CONFIG_PFLASH_CFI01=y -- cgit v1.2.3