diff options
Diffstat (limited to 'hw/tosa.c')
| -rw-r--r-- | hw/tosa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/tosa.c b/hw/tosa.c index 75df52ec7d..e7b2be31e4 100644 --- a/hw/tosa.c +++ b/hw/tosa.c @@ -123,4 +123,5 @@ QEMUMachine tosapda_machine = { .desc = "Tosa PDA (PXA255)", .init = tosa_init, .ram_require = TOSA_RAM + TOSA_ROM + PXA2XX_INTERNAL_SIZE + RAMSIZE_FIXED, + .max_cpus = 1, }; |