diff options
Diffstat (limited to 'arch/ppc/boot/openfirmware/coffmain.c')
-rw-r--r-- | arch/ppc/boot/openfirmware/coffmain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/boot/openfirmware/coffmain.c b/arch/ppc/boot/openfirmware/coffmain.c index 04ba9d57e110..2da8855e2be0 100644 --- a/arch/ppc/boot/openfirmware/coffmain.c +++ b/arch/ppc/boot/openfirmware/coffmain.c | |||
@@ -38,7 +38,7 @@ static char heap[SCRATCH_SIZE]; | |||
38 | static unsigned long ram_start = 0; | 38 | static unsigned long ram_start = 0; |
39 | static unsigned long ram_end = 0x1000000; | 39 | static unsigned long ram_end = 0x1000000; |
40 | 40 | ||
41 | static unsigned long prog_start = 0x900000; | 41 | static unsigned long prog_start = 0x800000; |
42 | static unsigned long prog_size = 0x700000; | 42 | static unsigned long prog_size = 0x700000; |
43 | 43 | ||
44 | typedef void (*kernel_start_t)(int, int, void *); | 44 | typedef void (*kernel_start_t)(int, int, void *); |