aboutsummaryrefslogtreecommitdiff
path: root/hw/mainstone.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/mainstone.c')
-rw-r--r--hw/mainstone.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/mainstone.c b/hw/mainstone.c
index f4feb4fe2a..8923385354 100644
--- a/hw/mainstone.c
+++ b/hw/mainstone.c
@@ -148,6 +148,5 @@ QEMUMachine mainstone2_machine = {
.desc = "Mainstone II (PXA27x)",
.init = mainstone_init,
.ram_require = (MAINSTONE_RAM + MAINSTONE_ROM + 2 * MAINSTONE_FLASH +
- PXA2XX_INTERNAL_SIZE) | RAMSIZE_FIXED,
- .max_cpus = 1,
+ PXA2XX_INTERNAL_SIZE) | RAMSIZE_FIXED,
};