diff options
| author | Tom Rini <[email protected]> | 2023-07-24 13:55:59 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-07-24 13:55:59 -0400 |
| commit | 45622f326278db923c443b04342b59679bcbb2ba (patch) | |
| tree | c2d3f3ec2095ef37130b7d1ec5c8b2c2592e2f9d /boot | |
| parent | 7177259893fa95047720941121edee5ca76e0988 (diff) | |
| parent | e5031cc07eed1c3327f0e5330b0fcb84ecd0a400 (diff) | |
Merge branch '2023-07-22-TI-K3-improvements'
- Actually merge the assorted K3 platform improvements that were
supposed to be in commit 247aa5a19115 ("Merge branch
'2023-07-21-assorted-TI-platform-updates'")
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/boot/Kconfig b/boot/Kconfig index b424265df8d..e8fb03b8016 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -125,8 +125,7 @@ config FIT_BEST_MATCH config FIT_IMAGE_POST_PROCESS bool "Enable post-processing of FIT artifacts after loading by U-Boot" depends on FIT - depends on TI_SECURE_DEVICE || SOCFPGA_SECURE_VAB_AUTH - default y if TI_SECURE_DEVICE + depends on 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 |
