qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] tosa: disable pxafb as it's not used on tosa.


From: Dmitry Baryshkov
Subject: [Qemu-devel] [PATCH] tosa: disable pxafb as it's not used on tosa.
Date: Sun, 2 Nov 2008 16:16:29 +0300

Signed-off-by: Dmitry Baryshkov <address@hidden>
---
 hw/tosa.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hw/tosa.c b/hw/tosa.c
index 1c49509..711060c 100644
--- a/hw/tosa.c
+++ b/hw/tosa.c
@@ -199,7 +199,7 @@ static void tosa_init(ram_addr_t ram_size, int vga_ram_size,
     if (!cpu_model)
         cpu_model = "pxa255";
 
-    cpu = pxa255_init(tosa_binfo.ram_size, ds);
+    cpu = pxa255_init(tosa_binfo.ram_size, NULL);
 
     cpu_register_physical_memory(0, TOSA_ROM,
                     qemu_ram_alloc(TOSA_ROM) | IO_MEM_ROM);
-- 
1.5.6.5





reply via email to

[Prev in Thread] Current Thread [Next in Thread]