
-----Original Message----- From: Biwen Li biwen.li@nxp.com Sent: Friday, January 10, 2020 2:46 PM To: Priyanka Jain priyanka.jain@nxp.com; Jagdish Gediya jagdish.gediya@nxp.com; Anji Jagarlmudi anji.jagarlmudi@nxp.com Cc: Jiafei Pan jiafei.pan@nxp.com; Xiaobo Xie xiaobo.xie@nxp.com; u- boot@lists.denx.de; Biwen Li biwen.li@nxp.com Subject: [RESEND v1 1/2] 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
Series applied in u-boot-fsl-qoriq -priyankajain