summaryrefslogtreecommitdiffstats
path: root/hw/nseries.c
diff options
context:
space:
mode:
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2009-04-11 17:33:00 +0000
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2009-04-11 17:33:00 +0000
commit190cd0215b1667d41db4ca2f04f0e1fa8c75027c (patch)
tree5c525c17e669bf88d366012166fb483b2e7316f5 /hw/nseries.c
parenta0b753dfd3920df146a5f4d05e442e3c522900c7 (diff)
downloadhqemu-190cd0215b1667d41db4ca2f04f0e1fa8c75027c.zip
hqemu-190cd0215b1667d41db4ca2f04f0e1fa8c75027c.tar.gz
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/nseries.c')
-rw-r--r--hw/nseries.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/nseries.c b/hw/nseries.c
index 17bcac6..dafc0ba 100644
--- a/hw/nseries.c
+++ b/hw/nseries.c
@@ -1407,14 +1407,10 @@ QEMUMachine n800_machine = {
.name = "n800",
.desc = "Nokia N800 tablet aka. RX-34 (OMAP2420)",
.init = n800_init,
- .ram_require = (0x08000000 + 0x00018000 + OMAP242X_SRAM_SIZE) |
- RAMSIZE_FIXED,
};
QEMUMachine n810_machine = {
.name = "n810",
.desc = "Nokia N810 tablet aka. RX-44 (OMAP2420)",
.init = n810_init,
- .ram_require = (0x08000000 + 0x00018000 + OMAP242X_SRAM_SIZE) |
- RAMSIZE_FIXED,
};
OpenPOWER on IntegriCloud