Fix loading of unstripped ELF PROM image
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5603 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
10460c8ac4
commit
a722772711
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user