Index: boot/arch/ppc32/_link.ld.in
===================================================================
--- boot/arch/ppc32/_link.ld.in	(revision a047aaa4124e2925a3f142f3c586465498393142)
+++ boot/arch/ppc32/_link.ld.in	(revision b0ed2f43b8b81d685f04f4ee202eec4093c0b580)
@@ -2,5 +2,5 @@
 
 SECTIONS {
-	. = 0x02000000;
+	. = 0x08000000;
 	.text : {
 		*(BOOTSTRAP);
Index: boot/arch/ppc32/include/arch.h
===================================================================
--- boot/arch/ppc32/include/arch.h	(revision a047aaa4124e2925a3f142f3c586465498393142)
+++ boot/arch/ppc32/include/arch.h	(revision b0ed2f43b8b81d685f04f4ee202eec4093c0b580)
@@ -35,5 +35,5 @@
 #define BOOT_OFFSET  0x8000
 
-#define LOADER_ADDRESS  0x02000000
+#define LOADER_ADDRESS  0x08000000
 
 #ifndef __ASM__
