From 6b419964d5f7e4a13bba11f21f73e8ed96705305 Mon Sep 17 00:00:00 2001 From: aurel32 Date: Fri, 9 Jan 2009 06:43:25 +0000 Subject: [PATCH] target-ppc: revert part of commit r6254 committed accidentally Signed-off-by: Aurelien Jarno git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6257 c046a42c-6fe2-441c-8c8c-71466251a162 --- hw/ppc_oldworld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/ppc_oldworld.c b/hw/ppc_oldworld.c index 232acd8214..37f7646293 100644 --- a/hw/ppc_oldworld.c +++ b/hw/ppc_oldworld.c @@ -201,7 +201,7 @@ static void ppc_heathrow_init (ram_addr_t ram_size, int vga_ram_size, if (linux_boot) { kernel_base = KERNEL_LOAD_ADDR; /* now we can load the kernel */ - kernel_size = load_elf(kernel_filename, kernel_base - 0x00000000ULL, + kernel_size = load_elf(kernel_filename, kernel_base - 0xc0000000ULL, NULL, NULL, NULL); if (kernel_size < 0) kernel_size = load_aout(kernel_filename, kernel_base, -- 2.11.4.GIT