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/omap_sx1.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'hw/omap_sx1.c') diff --git a/hw/omap_sx1.c b/hw/omap_sx1.c index afd2581fa..5145a63e9 100644 --- a/hw/omap_sx1.c +++ b/hw/omap_sx1.c @@ -227,12 +227,10 @@ QEMUMachine sx1_machine_v2 = { .name = "sx1", .desc = "Siemens SX1 (OMAP310) V2", .init = sx1_init_v2, - .ram_require = total_ram_v2 | RAMSIZE_FIXED, }; QEMUMachine sx1_machine_v1 = { .name = "sx1-v1", .desc = "Siemens SX1 (OMAP310) V1", .init = sx1_init_v1, - .ram_require = total_ram_v1 | RAMSIZE_FIXED, }; -- cgit v1.2.3-65-gdbad