include/configs: ls1012ardb: adjust kernel_addr_r
authorBiwen Li <biwen.li@nxp.com>
Fri, 10 Jan 2020 09:16:04 +0000 (17:16 +0800)
committerPriyanka Jain <priyanka.jain@nxp.com>
Fri, 24 Jan 2020 08:58:26 +0000 (14:28 +0530)
commit63d3464d2e72158e2d6f20c187be0a066b5d8577
tree0377d62ab7993b0b55f3379561e6bb594529fbc4
parent0b7435107b6b376e4f458db986fe17b14a7e85f7
include/configs: ls1012ardb: adjust kernel_addr_r

The linux kernel Image is growing quite quickly,
if kernel Image size grow beyond 36 MB then
kernel Image at load address 0x81000000
overlaps with the reserved memory region
at 0x83400000.

Adjust kernel load address(kernel_addr_r) from
0x81000000 to 0x96000000 to avoid kernel Image
overlapping with reserved memory region.

This change fixes the below U-Boot error while
booting uncompressed kernel Image through booti command,
ERROR: reserving fdt memory region failed (addr=83400000 size=c00000)

Signed-off-by: Biwen Li <biwen.li@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
include/configs/ls1012ardb.h