projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7943fd
)
LS1088ARDB: Secure Boot:Change load address of dpl header in SD
author
Vinitha V Pillai
<
[email protected]
>
Wed, 20 Jun 2018 13:29:12 +0000
(18:59 +0530)
committer
York Sun
<
[email protected]
>
Thu, 26 Jul 2018 17:59:35 +0000
(10:59 -0700)
Change address of DPL header in SD.
Signed-off-by: Vinitha V Pillai <
[email protected]
>
Reviewed-by: York Sun <
[email protected]
>
include/configs/ls1088ardb.h
patch
|
blob
|
history
diff --git
a/include/configs/ls1088ardb.h
b/include/configs/ls1088ardb.h
index d0ab2fa39e8d3ad64e808db8f7d9a326149a72e5..36243f92c1d548640fd2aef9d2a86dc8857ae1d2 100644
(file)
--- 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 0x3
8
00 0x10 " \
+ " && mmc read 0x80780000 0x3
C
00 0x10 " \
"&& esbc_validate 0x80780000;env exists mcinitcmd " \
"&& fsl_mc lazyapply dpl 0x80001000;" \
"run distro_bootcmd;run sd_bootcmd;" \