projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40e61f8
)
ARMv8/ls2085a: Move kernel image load address
author
Stuart Yoder
<stuart.yoder@freescale.com>
Tue, 6 Jan 2015 21:18:57 +0000
(13:18 -0800)
committer
York Sun
<yorksun@freescale.com>
Tue, 24 Feb 2015 21:09:56 +0000
(13:09 -0800)
Move the load address of the kernel image to get it away from the
region of the uncompressed kernel.
Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
include/configs/ls2085a_common.h
patch
|
blob
|
history
diff --git
a/include/configs/ls2085a_common.h
b/include/configs/ls2085a_common.h
index 7e8d944dff71feead5049e8c7e76e4ff3feef97c..befd4c72577c651b37b8d421fac3ce120f7c491f 100644
(file)
--- a/
include/configs/ls2085a_common.h
+++ b/
include/configs/ls2085a_common.h
@@
-270,7
+270,7
@@
"fdt_high=0xffffffffffffffff\0" \
"initrd_high=0xffffffffffffffff\0" \
"kernel_start=0x581200000\0" \
- "kernel_load=0x
806f
0000\0" \
+ "kernel_load=0x
a000
0000\0" \
"kernel_size=0x1000000\0" \
"console=ttyAMA0,38400n8\0"