From: Stuart Yoder <stuart.yoder@freescale.com>
Date: Tue, 6 Jan 2015 21:18:57 +0000 (-0800)
Subject: ARMv8/ls2085a: Move kernel image load address
X-Git-Tag: v2025.01-rc5-pxa1908~13721^2~15
X-Git-Url: http://git.dujemihanovic.xyz/%22/icons/right.gif/static/git-favicon.png?a=commitdiff_plain;h=052ddd5c812ad9f30e7cf9023e50fde882bd65da;p=u-boot.git

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: Stuart Yoder <stuart.yoder@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
---

diff --git a/include/configs/ls2085a_common.h b/include/configs/ls2085a_common.h
index 7e8d944dff..befd4c7257 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"