]> err.no Git - linux-2.6/blobdiff - arch/ppc/boot/openfirmware/coffmain.c
powerpc: Make coff boot wrapper load the kernel at 8M
[linux-2.6] / arch / ppc / boot / openfirmware / coffmain.c
index 04ba9d57e110627e8881a25348f7bb2a977ad9da..2da8855e2be0a2cce04a04516a65d5293775ee5c 100644 (file)
@@ -38,7 +38,7 @@ static char heap[SCRATCH_SIZE];
 static unsigned long ram_start = 0;
 static unsigned long ram_end = 0x1000000;
 
-static unsigned long prog_start = 0x900000;
+static unsigned long prog_start = 0x800000;
 static unsigned long prog_size = 0x700000;
 
 typedef void (*kernel_start_t)(int, int, void *);