* [Qemu-devel] [PATCH] target-xtensa: xtfpga: fix ml605 flash size
@ 2015-02-16 19:32 Max Filippov
0 siblings, 0 replies; only message in thread
From: Max Filippov @ 2015-02-16 19:32 UTC (permalink / raw)
To: qemu-devel; +Cc: Max Filippov
ML605 daughterboard has 16MB flash, not 32MB. Change board definition
accordingly.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
---
hw/xtensa/xtfpga.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/xtensa/xtfpga.c b/hw/xtensa/xtfpga.c
index e8793af..63a5291 100644
--- a/hw/xtensa/xtfpga.c
+++ b/hw/xtensa/xtfpga.c
@@ -551,7 +551,7 @@ static void xtensa_ml605_init(MachineState *machine)
{
static const LxBoardDesc ml605_board = {
.flash_base = 0xf8000000,
- .flash_size = 0x02000000,
+ .flash_size = 0x01000000,
.flash_sector_size = 0x20000,
.sram_size = 0x2000000,
};
--
1.8.1.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-02-16 19:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-16 19:32 [Qemu-devel] [PATCH] target-xtensa: xtfpga: fix ml605 flash size Max Filippov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).