projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4246e22
)
target-xtensa: xtfpga: fix ml605 flash size
author
Max Filippov
<jcmvbkbc@gmail.com>
Mon, 16 Feb 2015 19:30:21 +0000
(22:30 +0300)
committer
Max Filippov
<jcmvbkbc@gmail.com>
Sat, 7 Mar 2015 12:27:55 +0000
(15:27 +0300)
ML605 daughterboard has 16MB flash, not 32MB. Change board definition
accordingly.
Cc: qemu-stable@nongnu.org
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
hw/xtensa/xtfpga.c
patch
|
blob
|
history
diff --git
a/hw/xtensa/xtfpga.c
b/hw/xtensa/xtfpga.c
index 2c2f9974a55a920ca478487ff73e1863f7aa1980..d441c024c2c86ff4999a4b809c359b6c3704a39d 100644
(file)
--- a/
hw/xtensa/xtfpga.c
+++ b/
hw/xtensa/xtfpga.c
@@
-408,7
+408,7
@@
static void xtensa_ml605_init(MachineState *machine)
{
static const LxBoardDesc ml605_board = {
.flash_base = 0xf8000000,
- .flash_size = 0x0
2
000000,
+ .flash_size = 0x0
1
000000,
.flash_sector_size = 0x20000,
.sram_size = 0x2000000,
};