summary refs log tree commit diff stats
path: root/hw/palm.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/palm.c')
-rw-r--r--hw/palm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/palm.c b/hw/palm.c
index 0b504a9b0a..865dabb91b 100644
--- a/hw/palm.c
+++ b/hw/palm.c
@@ -285,6 +285,4 @@ QEMUMachine palmte_machine = {
     .name = "cheetah",
     .desc = "Palm Tungsten|E aka. Cheetah PDA (OMAP310)",
     .init = palmte_init,
-    .ram_require = (0x02000000 + 0x00800000 + OMAP15XX_SRAM_SIZE) |
-            RAMSIZE_FIXED,
 };