diff options
author | Alexander Graf <agraf@suse.de> | 2009-07-26 06:31:32 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-07-26 06:31:32 +0000 |
commit | 33b544ba5c78c656cef6f34880cd3670d170a83f (patch) | |
tree | 67d4118e9aab5fb4574238b9cedd54f1498b9438 /hw/ppc_mac.h | |
parent | a7b022e083a1ef03a72b8c5bd253a3c66cc4214a (diff) |
Give the kernel more room
My self-built PPC kernel doesn't fit in the region reserved for
the kernel, so I can't use -kernel with it.
Let's just extend the region.
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'hw/ppc_mac.h')
-rw-r--r-- | hw/ppc_mac.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/ppc_mac.h b/hw/ppc_mac.h index dc39338e80..bcc4aaf8a2 100644 --- a/hw/ppc_mac.h +++ b/hw/ppc_mac.h @@ -36,8 +36,8 @@ #define PROM_ADDR 0xfff00000 #define KERNEL_LOAD_ADDR 0x01000000 -#define CMDLINE_ADDR 0x017ff000 -#define INITRD_LOAD_ADDR 0x01800000 +#define CMDLINE_ADDR 0x027ff000 +#define INITRD_LOAD_ADDR 0x02800000 #define ESCC_CLOCK 3686400 |