diff mbox series

[1/2] ls1043a: Fix address for secure boot headers

Message ID 20201105083856.18471-1-manish.tomar@nxp.com
State Accepted
Commit 507103f8a93b51ece694a7662409408380bc828f
Delegated to: Priyanka Jain
Headers show
Series [1/2] ls1043a: Fix address for secure boot headers | expand

Commit Message

Manish Tomar Nov. 5, 2020, 8:38 a.m. UTC
Update kernelheader_addr and kernelheader_addr variables with correct values
for ls1043a.

Signed-off-by: Manish Tomar <manish.tomar@nxp.com>
---
 include/configs/ls1043a_common.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

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"				\