From 190cd0215b1667d41db4ca2f04f0e1fa8c75027c Mon Sep 17 00:00:00 2001 From: pbrook Date: Sat, 11 Apr 2009 17:33:00 +0000 Subject: Remove redundant ram_require machine properly. Signed-off-by: Paul Brook git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7090 c046a42c-6fe2-441c-8c8c-71466251a162 --- hw/mips_mipssim.c | 1 - 1 file changed, 1 deletion(-) (limited to 'hw/mips_mipssim.c') diff --git a/hw/mips_mipssim.c b/hw/mips_mipssim.c index f20f796..676cd26 100644 --- a/hw/mips_mipssim.c +++ b/hw/mips_mipssim.c @@ -187,5 +187,4 @@ QEMUMachine mips_mipssim_machine = { .name = "mipssim", .desc = "MIPS MIPSsim platform", .init = mips_mipssim_init, - .ram_require = BIOS_SIZE + VGA_RAM_SIZE /* unused */, }; -- cgit v1.1