aboutsummaryrefslogtreecommitdiffstats
path: root/hw/palm.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/palm.c')
-rw-r--r--hw/palm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/palm.c b/hw/palm.c
index a573ed7d1..9af0b1362 100644
--- a/hw/palm.c
+++ b/hw/palm.c
@@ -275,6 +275,9 @@ static void palmte_init(ram_addr_t ram_size, int vga_ram_size,
arm_load_kernel(cpu->env, &palmte_binfo);
}
+ /* FIXME: We shouldn't really be doing this here. The LCD controller
+ will set the size once configured, so this just sets an initial
+ size until the guest activates the display. */
dpy_resize(ds, 320, 320);
}