* [U-Boot] [PATCH] ppc4xx: amcc: Move "kernel_addr_r" etc to higher locations (> 16MB)
@ 2009-07-29 14:25 Stefan Roese
2009-07-30 12:12 ` Stefan Roese
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Roese @ 2009-07-29 14:25 UTC (permalink / raw)
To: u-boot
This patch moves the load addresses for kernel, fdt and ramdisk to higher
addresses (>= 16MB). This enables booting of bigger kernel images (e.g.
lockdep enabled).
Signed-off-by: Stefan Roese <sr@denx.de>
---
include/configs/amcc-common.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/configs/amcc-common.h b/include/configs/amcc-common.h
index e82b5ed..70b2d3d 100644
--- a/include/configs/amcc-common.h
+++ b/include/configs/amcc-common.h
@@ -214,9 +214,9 @@
" console=" xstr(CONFIG_USE_TTY) ",${baudrate}\0" \
CONFIG_ADDMISC \
"initrd_high=30000000\0" \
- "kernel_addr_r=400000\0" \
- "fdt_addr_r=800000\0" \
- "ramdisk_addr_r=C00000\0" \
+ "kernel_addr_r=1000000\0" \
+ "fdt_addr_r=1800000\0" \
+ "ramdisk_addr_r=1900000\0" \
"hostname=" xstr(CONFIG_HOSTNAME) "\0" \
"bootfile=" xstr(CONFIG_HOSTNAME) "/uImage\0" \
"ramdisk_file=" xstr(CONFIG_HOSTNAME) "/uRamdisk\0" \
--
1.6.3.4
^ permalink raw reply related [flat|nested] 2+ messages in thread* [U-Boot] [PATCH] ppc4xx: amcc: Move "kernel_addr_r" etc to higher locations (> 16MB)
2009-07-29 14:25 [U-Boot] [PATCH] ppc4xx: amcc: Move "kernel_addr_r" etc to higher locations (> 16MB) Stefan Roese
@ 2009-07-30 12:12 ` Stefan Roese
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Roese @ 2009-07-30 12:12 UTC (permalink / raw)
To: u-boot
On Wednesday 29 July 2009 16:25:34 Stefan Roese wrote:
> This patch moves the load addresses for kernel, fdt and ramdisk to higher
> addresses (>= 16MB). This enables booting of bigger kernel images (e.g.
> lockdep enabled).
>
> Signed-off-by: Stefan Roese <sr@denx.de>
Applied to u-boot-ppc4xx/master. Thanks.
Best regards,
Stefan
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-07-30 12:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-29 14:25 [U-Boot] [PATCH] ppc4xx: amcc: Move "kernel_addr_r" etc to higher locations (> 16MB) Stefan Roese
2009-07-30 12:12 ` Stefan Roese
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox