summaryrefslogtreecommitdiffstats
path: root/include/configs/amcc-common.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2009-07-28 10:56:03 +0200
committerStefan Roese <sr@denx.de>2009-07-30 07:22:18 +0200
commit27dd5f8e1062684f1ba685760409d9b2ab6691bf (patch)
treee9cba595264a1a908866d12a82fa7c777d8706cd /include/configs/amcc-common.h
parent6942efc2be1b90054fa4afa5cda7023469fe08b9 (diff)
downloadtalos-obmc-uboot-27dd5f8e1062684f1ba685760409d9b2ab6691bf.tar.gz
talos-obmc-uboot-27dd5f8e1062684f1ba685760409d9b2ab6691bf.zip
ppc4xx: amcc: Move "kernel_addr_r" etc to higher locations (> 16MB)
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>
Diffstat (limited to 'include/configs/amcc-common.h')
-rw-r--r--include/configs/amcc-common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/amcc-common.h b/include/configs/amcc-common.h
index 275adccdca..a2b7ee8cfe 100644
--- a/include/configs/amcc-common.h
+++ b/include/configs/amcc-common.h
@@ -215,9 +215,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" \
OpenPOWER on IntegriCloud