Skip to content
Snippets Groups Projects
Commit 052ddd5c authored by Stuart Yoder's avatar Stuart Yoder Committed by York Sun
Browse files

ARMv8/ls2085a: Move kernel image load address


Move the load address of the kernel image to get it away from the
region of the uncompressed kernel.

Signed-off-by: default avatarStuart Yoder <stuart.yoder@freescale.com>
Reviewed-by: default avatarYork Sun <yorksun@freescale.com>
parent 40e61f8e
No related branches found
No related tags found
No related merge requests found
...@@ -270,7 +270,7 @@ ...@@ -270,7 +270,7 @@
"fdt_high=0xffffffffffffffff\0" \ "fdt_high=0xffffffffffffffff\0" \
"initrd_high=0xffffffffffffffff\0" \ "initrd_high=0xffffffffffffffff\0" \
"kernel_start=0x581200000\0" \ "kernel_start=0x581200000\0" \
"kernel_load=0x806f0000\0" \ "kernel_load=0xa0000000\0" \
"kernel_size=0x1000000\0" \ "kernel_size=0x1000000\0" \
"console=ttyAMA0,38400n8\0" "console=ttyAMA0,38400n8\0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment