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/ppc405_boards.c | |
parent | a0b753dfd3920df146a5f4d05e442e3c522900c7 (diff) | |
download | qemu-190cd0215b1667d41db4ca2f04f0e1fa8c75027c.tar.gz qemu-190cd0215b1667d41db4ca2f04f0e1fa8c75027c.tar.bz2 qemu-190cd0215b1667d41db4ca2f04f0e1fa8c75027c.zip |
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/ppc405_boards.c')
-rw-r--r-- | hw/ppc405_boards.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/ppc405_boards.c b/hw/ppc405_boards.c index df834cd853..6e9bfca374 100644 --- a/hw/ppc405_boards.c +++ b/hw/ppc405_boards.c @@ -349,7 +349,6 @@ QEMUMachine ref405ep_machine = { .name = "ref405ep", .desc = "ref405ep", .init = ref405ep_init, - .ram_require = (128 * 1024 * 1024 + 4096 + 512 * 1024 + BIOS_SIZE) | RAMSIZE_FIXED, }; /*****************************************************************************/ @@ -630,5 +629,4 @@ QEMUMachine taihu_machine = { "taihu", "taihu", taihu_405ep_init, - (128 * 1024 * 1024 + 4096 + BIOS_SIZE + 32 * 1024 * 1024) | RAMSIZE_FIXED, }; |