diff mbox series

[2/2] lx2160a: Fix address for secure boot headers

Message ID 20201105083856.18471-2-manish.tomar@nxp.com
State Accepted
Commit 4ed00656a99aa3df82397e98c4a7b04d360f2e6b
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 kernel_size_sd variable with correct value for lx2160a.

Signed-off-by: Manish Tomar <manish.tomar@nxp.com>
---
 include/configs/lx2160a_common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Priyanka Jain Dec. 11, 2020, 8:03 a.m. UTC | #1
>-----Original Message-----
>From: Manish Tomar <manish.tomar@nxp.com>
>Sent: Thursday, November 5, 2020 2:09 PM
>To: u-boot@lists.denx.de
>Cc: Priyanka Jain <priyanka.jain@nxp.com>; Manish Tomar
><manish.tomar@nxp.com>
>Subject: [PATCH 2/2] lx2160a: Fix address for secure boot headers
>
>Update kernel_size_sd variable with correct value for lx2160a.
>
>Signed-off-by: Manish Tomar <manish.tomar@nxp.com>
>--- 

<snip>
Series applied to fsl-qoriq. 
Awaiting upstream

Thanks
Priyanka
diff mbox series

Patch

diff --git a/include/configs/lx2160a_common.h b/include/configs/lx2160a_common.h
index d39e81da2d..822f71d823 100644
--- a/include/configs/lx2160a_common.h
+++ b/include/configs/lx2160a_common.h
@@ -262,7 +262,7 @@  int select_i2c_ch_pca9547_sec(unsigned char ch);
 	"kernel_size=0x2800000\0"		\
 	"kernel_addr_sd=0x8000\0"		\
 	"kernelhdr_addr_sd=0x3000\0"            \
-	"kernel_size_sd=0x1d000\0"              \
+	"kernel_size_sd=0x14000\0"              \
 	"kernelhdr_size_sd=0x20\0"              \
 	"console=ttyAMA0,38400n8\0"		\
 	BOOTENV					\