[U-Boot] [PATCH v1 19/24] ARMv8/ls2085a: Move kernel image load address
York Sun
yorksun at freescale.com
Tue Jan 6 22:18:57 CET 2015
From: Stuart Yoder <stuart.yoder at freescale.com>
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 at freescale.com>
---
include/configs/ls2085a_common.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/ls2085a_common.h b/include/configs/ls2085a_common.h
index 7e8d944..befd4c7 100644
--- 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=0x806f0000\0" \
+ "kernel_load=0xa0000000\0" \
"kernel_size=0x1000000\0" \
"console=ttyAMA0,38400n8\0"
--
1.7.9.5
More information about the U-Boot
mailing list