summary refs log tree commit diff stats
path: root/hw/mips_r4k.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/mips_r4k.c')
-rw-r--r--hw/mips_r4k.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/mips_r4k.c b/hw/mips_r4k.c
index ba44037f15..51232cf36e 100644
--- a/hw/mips_r4k.c
+++ b/hw/mips_r4k.c
@@ -284,5 +284,4 @@ QEMUMachine mips_machine = {
     .name = "mips",
     .desc = "mips r4k platform",
     .init = mips_r4k_init,
-    .ram_require = VGA_RAM_SIZE + BIOS_SIZE,
 };