diff options
Diffstat (limited to 'hw/ppc405_boards.c')
-rw-r--r-- | hw/ppc405_boards.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ppc405_boards.c b/hw/ppc405_boards.c index cded197944..df834cd853 100644 --- a/hw/ppc405_boards.c +++ b/hw/ppc405_boards.c @@ -512,6 +512,7 @@ static void taihu_405ep_init(ram_addr_t ram_size, int vga_ram_size, ram_sizes[0] = 0x04000000; ram_bases[1] = qemu_ram_alloc(0x04000000); ram_sizes[1] = 0x04000000; + ram_size = 0x08000000; #ifdef DEBUG_BOARD_INIT printf("%s: register cpu\n", __func__); #endif |