diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-04-11 17:33:00 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-04-11 17:33:00 +0000 |
commit | 190cd0215b1667d41db4ca2f04f0e1fa8c75027c (patch) | |
tree | 5c525c17e669bf88d366012166fb483b2e7316f5 /hw/omap_sx1.c | |
parent | a0b753dfd3920df146a5f4d05e442e3c522900c7 (diff) |
Remove redundant ram_require machine properly.
Signed-off-by: Paul Brook <paul@codesourcery.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7090 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/omap_sx1.c')
-rw-r--r-- | hw/omap_sx1.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/omap_sx1.c b/hw/omap_sx1.c index afd2581fa6..5145a63e9c 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, }; |