diff options
Diffstat (limited to 'hw/ppc_prep.c')
-rw-r--r-- | hw/ppc_prep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ppc_prep.c b/hw/ppc_prep.c index 07b572639e..0e2d58131d 100644 --- a/hw/ppc_prep.c +++ b/hw/ppc_prep.c @@ -764,6 +764,5 @@ QEMUMachine prep_machine = { .name = "prep", .desc = "PowerPC PREP platform", .init = ppc_prep_init, - .ram_require = BIOS_SIZE + VGA_RAM_SIZE, .max_cpus = MAX_CPUS, }; |