diff options
author | Tom Rini <trini@konsulko.com> | 2019-05-22 08:32:24 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-05-22 08:32:24 -0400 |
commit | 7e090b466c5ba874d31c1bf22c3a130d516cdc32 (patch) | |
tree | 94a1f0a4544f1b2915b4805e9f8880063d631794 /include/configs/ls1021atwr.h | |
parent | e1a2ed7180adeefb6164239a18249dca5701319d (diff) | |
parent | e50663e85d74c4f8015d5157c249cf62c7d0cded (diff) |
Merge git://git.denx.de/u-boot-fsl-qoriq
Changes from rc2 tag
- Support PCIe Gen4 driver of the Mobiveil IP
- NXP LS1028A SoC and platform support
- Few SPI related config updates
- Distinguish the ecc val by chassis version and move the ecc addr to dts
- sp805 watchdog support
Diffstat (limited to 'include/configs/ls1021atwr.h')
-rw-r--r-- | include/configs/ls1021atwr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/ls1021atwr.h b/include/configs/ls1021atwr.h index 7fe7bab8e4..ec0aad5990 100644 --- a/include/configs/ls1021atwr.h +++ b/include/configs/ls1021atwr.h @@ -363,7 +363,8 @@ "${scriptaddr} ${prefix}${script}; " \ "env exists secureboot && load ${devtype} " \ "${devnum}:${distro_bootpart} " \ - "${scripthdraddr} ${prefix}${boot_script_hdr} " \ + "${scripthdraddr} ${prefix}${boot_script_hdr}; " \ + "env exists secureboot " \ "&& esbc_validate ${scripthdraddr};" \ "source ${scriptaddr}\0" \ "installer=load mmc 0:2 $load_addr " \ |