| Submitter | Serge Hallyn |
|---|---|
| Date | Aug. 12, 2010, 2:11 p.m. |
| Message ID | <20100812141116.GA2481@vostro2> |
| Download | mbox | patch |
| Permalink | /patch/61610/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/hw/arm_boot.c b/hw/arm_boot.c index 620550b..c48c7a2 100644 --- a/hw/arm_boot.c +++ b/hw/arm_boot.c @@ -15,7 +15,7 @@ #define KERNEL_ARGS_ADDR 0x100 #define KERNEL_LOAD_ADDR 0x00010000 -#define INITRD_LOAD_ADDR 0x00800000 +#define INITRD_LOAD_ADDR 0x00d00000 /* The worlds second smallest bootloader. Set r0-r2, then jump to kernel. */ static uint32_t bootloader[] = {