diff options
| author | Tom Rini <[email protected]> | 2021-03-08 07:11:26 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-03-08 07:41:40 -0500 |
| commit | b0a75dda7e542c9ddea685ceb2251118638829d5 (patch) | |
| tree | e08d4455441a4c1391264f3def8d71354510633a /common | |
| parent | 90964ab5acb29ec6617a9ff340886230b2fce8c7 (diff) | |
| parent | 9773ebcfbca23c7d6fe1dc202913b005bc23cc89 (diff) | |
Merge branch 'v2021.04-rc4' of https://github.com/lftan/u-boot
- Add VAB support
Diffstat (limited to 'common')
| -rw-r--r-- | common/Kconfig.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Kconfig.boot b/common/Kconfig.boot index e650c605d1d..9c335f4f8ce 100644 --- a/common/Kconfig.boot +++ b/common/Kconfig.boot @@ -138,7 +138,7 @@ config FIT_BEST_MATCH config FIT_IMAGE_POST_PROCESS bool "Enable post-processing of FIT artifacts after loading by U-Boot" - depends on TI_SECURE_DEVICE + depends on TI_SECURE_DEVICE || SOCFPGA_SECURE_VAB_AUTH help Allows doing any sort of manipulation to blobs after they got extracted from FIT images like stripping off headers or modifying the size of the |
