diff options
author | pbrook | 2009-04-11 19:33:00 +0200 |
---|---|---|
committer | pbrook | 2009-04-11 19:33:00 +0200 |
commit | 190cd0215b1667d41db4ca2f04f0e1fa8c75027c (patch) | |
tree | 5c525c17e669bf88d366012166fb483b2e7316f5 /hw/r2d.c | |
parent | Remove more redundant ram size checks. (diff) | |
download | qemu-190cd0215b1667d41db4ca2f04f0e1fa8c75027c.tar.gz qemu-190cd0215b1667d41db4ca2f04f0e1fa8c75027c.tar.xz 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/r2d.c')
-rw-r--r-- | hw/r2d.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -262,5 +262,4 @@ QEMUMachine r2d_machine = { .name = "r2d", .desc = "r2d-plus board", .init = r2d_init, - .ram_require = (SDRAM_SIZE + SM501_VRAM_SIZE) | RAMSIZE_FIXED, }; |