projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6942efc
)
ppc4xx: amcc: Move "kernel_addr_r" etc to higher locations (> 16MB)
author
Stefan Roese
<
[email protected]
>
Tue, 28 Jul 2009 08:56:03 +0000
(10:56 +0200)
committer
Stefan Roese
<
[email protected]
>
Thu, 30 Jul 2009 05:22:18 +0000
(07:22 +0200)
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 <
[email protected]
>
include/configs/amcc-common.h
patch
|
blob
|
history
diff --git
a/include/configs/amcc-common.h
b/include/configs/amcc-common.h
index 275adccdca0a2c296b5582963f1c9115719a0625..a2b7ee8cfec7793f60bf935e7e08f9905bf1e690 100644
(file)
--- 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" \