aboutsummaryrefslogtreecommitdiff
path: root/hw/r2d.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/r2d.c')
-rw-r--r--hw/r2d.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/r2d.c b/hw/r2d.c
index b6cc31c548..8480cf32d9 100644
--- a/hw/r2d.c
+++ b/hw/r2d.c
@@ -69,5 +69,6 @@ static void r2d_init(int ram_size, int vga_ram_size,
QEMUMachine r2d_machine = {
"r2d",
"r2d-plus board",
- r2d_init
+ r2d_init,
+ SDRAM_SIZE | RAMSIZE_FIXED
};