[PATCH 1/2] ls1043a: Fix address for secure boot headers
Manish Tomar
manish.tomar at nxp.com
Thu Nov 5 09:38:55 CET 2020
Update kernelheader_addr and kernelheader_addr variables with correct values
for ls1043a.
Signed-off-by: Manish Tomar <manish.tomar at nxp.com>
---
include/configs/ls1043a_common.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/configs/ls1043a_common.h b/include/configs/ls1043a_common.h
index 01722f1344..6488c1f039 100644
--- a/include/configs/ls1043a_common.h
+++ b/include/configs/ls1043a_common.h
@@ -261,12 +261,12 @@
"kernelheader_start=0x800000\0" \
"fdt_addr_r=0x90000000\0" \
"load_addr=0xa0000000\0" \
- "kernelheader_addr=0x60800000\0" \
+ "kernelheader_addr=0x60600000\0" \
"kernel_size=0x2800000\0" \
"kernelheader_size=0x40000\0" \
"kernel_addr_sd=0x8000\0" \
"kernel_size_sd=0x14000\0" \
- "kernelhdr_addr_sd=0x4000\0" \
+ "kernelhdr_addr_sd=0x3000\0" \
"kernelhdr_size_sd=0x10\0" \
"console=ttyS0,115200\0" \
"boot_os=y\0" \
--
2.17.1
More information about the U-Boot
mailing list