summaryrefslogtreecommitdiff
path: root/include/configs/ls1088ardb.h
diff options
context:
space:
mode:
authorVinitha V Pillai <vinitha.pillai@nxp.com>2018-06-20 16:29:12 +0300
committerYork Sun <york.sun@nxp.com>2018-07-26 20:59:35 +0300
commitfe6636f14ca1089ae888855da6c22d0759e9ee8a (patch)
tree489d2505939e1aa4a330b223e94a51406fcb9649 /include/configs/ls1088ardb.h
parenta7943fd4c81936eb1f39456d306ceaf2ccb7e646 (diff)
downloadu-boot-fe6636f14ca1089ae888855da6c22d0759e9ee8a.tar.xz
LS1088ARDB: Secure Boot:Change load address of dpl header in SD
Change address of DPL header in SD. Signed-off-by: Vinitha V Pillai <vinitha.pillai@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/ls1088ardb.h')
-rw-r--r--include/configs/ls1088ardb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ls1088ardb.h b/include/configs/ls1088ardb.h
index d0ab2fa39e..36243f92c1 100644
--- a/include/configs/ls1088ardb.h
+++ b/include/configs/ls1088ardb.h
@@ -416,7 +416,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;" \