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/gumstix.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'hw/gumstix.c') diff --git a/hw/gumstix.c b/hw/gumstix.c index 87d84b6b92..cce86fba69 100644 --- a/hw/gumstix.c +++ b/hw/gumstix.c @@ -113,12 +113,10 @@ QEMUMachine connex_machine = { .name = "connex", .desc = "Gumstix Connex (PXA255)", .init = connex_init, - .ram_require = (0x05000000 + PXA2XX_INTERNAL_SIZE) | RAMSIZE_FIXED, }; QEMUMachine verdex_machine = { .name = "verdex", .desc = "Gumstix Verdex (PXA270)", .init = verdex_init, - .ram_require = (0x12000000 + PXA2XX_INTERNAL_SIZE) | RAMSIZE_FIXED, }; -- cgit v1.2.3