diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2011-10-30 21:21:15 +0400 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2011-11-02 05:05:52 +0400 |
commit | 82b25dc8b04766fde3982fec448ebfd48233f4d4 (patch) | |
tree | 92e25e6818fa008ce2dbbd0ea5f84c453e322ec6 /default-configs | |
parent | 6b814719b4ef3d69c61ec0c1d580006110b04b04 (diff) | |
download | qemu-82b25dc8b04766fde3982fec448ebfd48233f4d4.tar.gz qemu-82b25dc8b04766fde3982fec448ebfd48233f4d4.tar.bz2 qemu-82b25dc8b04766fde3982fec448ebfd48233f4d4.zip |
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 <jcmvbkbc@gmail.com>
Diffstat (limited to 'default-configs')
-rw-r--r-- | default-configs/xtensa-softmmu.mak | 1 | ||||
-rw-r--r-- | default-configs/xtensaeb-softmmu.mak | 1 |
2 files changed, 2 insertions, 0 deletions
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 diff --git a/default-configs/xtensaeb-softmmu.mak b/default-configs/xtensaeb-softmmu.mak index 7f0df3499e..9d8899cde7 100644 --- a/default-configs/xtensaeb-softmmu.mak +++ b/default-configs/xtensaeb-softmmu.mak @@ -2,3 +2,4 @@ CONFIG_SERIAL=y CONFIG_OPENCORES_ETH=y +CONFIG_PFLASH_CFI01=y |