From patchwork Sun Oct 7 22:27:19 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: hw/arm_boot.c: bump initrd address (again) to accommodate large kernels From: Cole Robinson X-Patchwork-Id: 189867 Message-Id: <75a3282f64955a723e86f90ef3ccf9bc48871ebc.1349647745.git.crobinso@redhat.com> To: qemu-devel@nongnu.org Cc: Peter Maydell , Paul Whalen , Cole Robinson Date: Sun, 7 Oct 2012 18:27:19 -0400 From: Paul Whalen Fedora ARM is generating kernels that exceed the hardcoded size limits: https://bugzilla.redhat.com/show_bug.cgi?id=862766 Bump the load address, as was previously done in 756ba3b Signed-off-by: Cole Robinson --- hw/arm_boot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/arm_boot.c b/hw/arm_boot.c index a6e9143..3cabb71 100644 --- a/hw/arm_boot.c +++ b/hw/arm_boot.c @@ -18,7 +18,7 @@ #define KERNEL_ARGS_ADDR 0x100 #define KERNEL_LOAD_ADDR 0x00010000 -#define INITRD_LOAD_ADDR 0x00d00000 +#define INITRD_LOAD_ADDR 0x01d00000 /* The worlds second smallest bootloader. Set r0-r2, then jump to kernel. */ static uint32_t bootloader[] = {