diff options
Diffstat (limited to 'hw/ppc_mac.h')
-rw-r--r-- | hw/ppc_mac.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ppc_mac.h b/hw/ppc_mac.h index df148b2439..74d19a1991 100644 --- a/hw/ppc_mac.h +++ b/hw/ppc_mac.h @@ -35,6 +35,7 @@ #define PROM_ADDR 0xfff00000 #define KERNEL_LOAD_ADDR 0x01000000 +#define CMDLINE_ADDR 0x017ff000 #define INITRD_LOAD_ADDR 0x01800000 #define ESCC_CLOCK 3686400 |