* [Qemu-devel] [5614] Tosa: disable pxafb as it's not used on tosa (Dmitry Baryshkov).
@ 2008-11-04 8:47 Andrzej Zaborowski
0 siblings, 0 replies; only message in thread
From: Andrzej Zaborowski @ 2008-11-04 8:47 UTC (permalink / raw)
To: qemu-devel
Revision: 5614
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5614
Author: balrog
Date: 2008-11-04 08:47:06 +0000 (Tue, 04 Nov 2008)
Log Message:
-----------
Tosa: disable pxafb as it's not used on tosa (Dmitry Baryshkov).
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com>
Modified Paths:
--------------
trunk/hw/tosa.c
Modified: trunk/hw/tosa.c
===================================================================
--- trunk/hw/tosa.c 2008-11-04 08:45:49 UTC (rev 5613)
+++ trunk/hw/tosa.c 2008-11-04 08:47:06 UTC (rev 5614)
@@ -127,7 +127,7 @@
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);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-11-04 8:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-04 8:47 [Qemu-devel] [5614] Tosa: disable pxafb as it's not used on tosa (Dmitry Baryshkov) Andrzej Zaborowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).