summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBiwen Li <biwen.li@nxp.com>2020-03-13 05:26:29 +0300
committerPriyanka Jain <priyanka.jain@nxp.com>2020-03-30 05:36:52 +0300
commit095b6be41ecf1cfef24d762ab9fdc062367ffeda (patch)
treeba80b0aeeee0004e6bfde549dd2002f5d65570cf
parent4fb2264b284899f837ebb93c2c64c0c92226de0a (diff)
downloadu-boot-095b6be41ecf1cfef24d762ab9fdc062367ffeda.tar.xz
include/configs: ls1012afrwy: fix load address of itb with bootm command
The old load address of itb will overwrite uboots reserved memory on ls1012afrwy with 512 MiB ram Signed-off-by: Biwen Li <biwen.li@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
-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 dde4369c97..6ea524c5bb 100644
--- a/include/configs/ls1012afrwy.h
+++ b/include/configs/ls1012afrwy.h
@@ -65,7 +65,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" \