diff mbox series

[U-Boot] LS1088ARDB: Secure Boot:Change load address of dpl header in SD

Message ID 1529501352-31945-1-git-send-email-vinitha.pillai@nxp.com
State Accepted
Commit fe6636f14ca1089ae888855da6c22d0759e9ee8a
Delegated to: York Sun
Headers show
Series [U-Boot] LS1088ARDB: Secure Boot:Change load address of dpl header in SD | expand

Commit Message

Vinitha V Pillai June 20, 2018, 1:29 p.m. UTC
Change address of DPL header in SD

Signed-off-by: Vinitha V Pillai <vinitha.pillai@nxp.com>
---
 include/configs/ls1088ardb.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

York Sun July 27, 2018, 3:31 p.m. UTC | #1
On 06/20/2018 06:34 AM, Vinitha V Pillai wrote:
> Change address of DPL header in SD
> 
> Signed-off-by: Vinitha V Pillai <vinitha.pillai@nxp.com>
> ---
Applied to fsl-qoriq, awaiting upstream.
Thanks.

York
diff mbox series

Patch

diff --git a/include/configs/ls1088ardb.h b/include/configs/ls1088ardb.h
index e629814..40b1716 100644
--- a/include/configs/ls1088ardb.h
+++ b/include/configs/ls1088ardb.h
@@ -421,7 +421,7 @@ 
 		"env exists mcinitcmd && mmcinfo; "		\
 		"mmc read 0x80001000 0x6800 0x800; "		\
 		"env exists mcinitcmd && env exists secureboot "	\
-		" && mmc read 0x80780000 0x3800 0x10 "		\
+		" && mmc read 0x80780000 0x3C00 0x10 "		\
 		"&& esbc_validate 0x80780000;env exists mcinitcmd "	\
 		"&& fsl_mc lazyapply dpl 0x80001000;"		\
 		"run distro_bootcmd;run sd_bootcmd;"		\