[PATCH] include/configs: ls1012afrwy: fix load address of itb with bootm command

Biwen Li biwen.li at nxp.com
Fri Mar 13 03:26:29 CET 2020


The old load address of itb will overwrite uboots reserved memory
on ls1012afrwy with 512 MiB ram

Signed-off-by: Biwen Li <biwen.li at nxp.com>
---
 include/configs/ls1012afrwy.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/ls1012afrwy.h b/include/configs/ls1012afrwy.h
index b5a4bd5412..1de82bbff9 100644
--- a/include/configs/ls1012afrwy.h
+++ b/include/configs/ls1012afrwy.h
@@ -73,7 +73,7 @@
 	"kernelheader_size=0x40000\0"		\
 	"kernel_addr_r=0x96000000\0"		\
 	"fdt_addr_r=0x90000000\0"		\
-	"load_addr=0x96000000\0"		\
+	"load_addr=0x92000000\0"		\
 	"kernel_size=0x2800000\0"		\
 	"kernelheader_size=0x40000\0"		\
 	"console=ttyS0,115200\0"		\
-- 
2.17.1



More information about the U-Boot mailing list