From: Vinitha V Pillai Date: Wed, 20 Jun 2018 13:29:12 +0000 (+0530) Subject: LS1088ARDB: Secure Boot:Change load address of dpl header in SD X-Git-Tag: baikal/mips/sdk5.9~1851^2~15 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=a23b2a3ed14b9b80ee48473f684290819d0b7968;p=uboot.git LS1088ARDB: Secure Boot:Change load address of dpl header in SD Change address of DPL header in SD. Signed-off-by: Vinitha V Pillai Reviewed-by: York Sun --- 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;" \