diff options
Diffstat (limited to 'hw/mainstone.c')
-rw-r--r-- | hw/mainstone.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/mainstone.c b/hw/mainstone.c index e5bca4af9b..522254a68e 100644 --- a/hw/mainstone.c +++ b/hw/mainstone.c @@ -139,6 +139,4 @@ QEMUMachine mainstone2_machine = { .name = "mainstone", .desc = "Mainstone II (PXA27x)", .init = mainstone_init, - .ram_require = (MAINSTONE_RAM + MAINSTONE_ROM + 2 * MAINSTONE_FLASH + - PXA2XX_INTERNAL_SIZE) | RAMSIZE_FIXED, }; |