summaryrefslogtreecommitdiffstats
path: root/include/configs/ls1012afrwy.h
diff options
context:
space:
mode:
authorBiwen Li <biwen.li@nxp.com>2020-01-10 17:16:05 +0800
committerPriyanka Jain <priyanka.jain@nxp.com>2020-01-24 14:28:26 +0530
commitf0d4cd4307ba7b90bd2cf18ef14bb84a95c7c01c (patch)
tree65c38f35714ddb3efe8fc9075c568d0cb582a97b /include/configs/ls1012afrwy.h
parent63d3464d2e72158e2d6f20c187be0a066b5d8577 (diff)
downloadu-boot-f0d4cd4307ba7b90bd2cf18ef14bb84a95c7c01c.tar.gz
u-boot-f0d4cd4307ba7b90bd2cf18ef14bb84a95c7c01c.tar.xz
u-boot-f0d4cd4307ba7b90bd2cf18ef14bb84a95c7c01c.zip
include/configs: ls1012afrwy: 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>
Diffstat (limited to 'include/configs/ls1012afrwy.h')
-rw-r--r--include/configs/ls1012afrwy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ls1012afrwy.h b/include/configs/ls1012afrwy.h
index c0519e3c11..dde4369c97 100644
--- a/include/configs/ls1012afrwy.h
+++ b/include/configs/ls1012afrwy.h
@@ -63,7 +63,7 @@
"fdtheader_addr_r=0x80100000\0" \
"kernelheader_addr_r=0x80200000\0" \
"kernelheader_size=0x40000\0" \
- "kernel_addr_r=0x81000000\0" \
+ "kernel_addr_r=0x96000000\0" \
"fdt_addr_r=0x90000000\0" \
"load_addr=0x96000000\0" \
"kernel_size=0x2800000\0" \