qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [5603] Fix loading of unstripped ELF PROM image
@ 2008-11-02 14:44 Blue Swirl
  0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2008-11-02 14:44 UTC (permalink / raw)
  To: qemu-devel

Revision: 5603
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5603
Author:   blueswir1
Date:     2008-11-02 14:44:35 +0000 (Sun, 02 Nov 2008)

Log Message:
-----------
Fix loading of unstripped ELF PROM image

Modified Paths:
--------------
    trunk/hw/sun4m.c

Modified: trunk/hw/sun4m.c
===================================================================
--- trunk/hw/sun4m.c	2008-11-02 13:26:16 UTC (rev 5602)
+++ trunk/hw/sun4m.c	2008-11-02 14:44:35 UTC (rev 5603)
@@ -76,7 +76,7 @@
 #define KERNEL_LOAD_ADDR     0x00004000
 #define CMDLINE_ADDR         0x007ff000
 #define INITRD_LOAD_ADDR     0x00800000
-#define PROM_SIZE_MAX        (512 * 1024)
+#define PROM_SIZE_MAX        (1024 * 1024)
 #define PROM_VADDR           0xffd00000
 #define PROM_FILENAME        "openbios-sparc32"
 #define CFG_ADDR             0xd00000510ULL

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-11-02 14:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-02 14:44 [Qemu-devel] [5603] Fix loading of unstripped ELF PROM image Blue Swirl

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).