]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ARMv8/ls2085a: Move kernel image load address
authorStuart Yoder <stuart.yoder@freescale.com>
Tue, 6 Jan 2015 21:18:57 +0000 (13:18 -0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 11:53:59 +0000 (13:53 +0200)
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

index f2041a36bb1a4d3206b55a3eb1fc4e6366285a4f..a8e929753c361a00f3718e6082d7a5a48c1e0b83 100644 (file)
        "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"