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