summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorManorit Chawdhry <m-chawdhry@ti.com>2023-05-09 17:08:31 +0530
committerPraneeth Bajjuri <praneeth@ti.com>2023-05-09 14:43:27 -0500
commitc87b674932522ef49c096ffc4b36e811edc1bb43 (patch)
tree0bb9746f4b8696054e5065d804ab13584afe1457 /boot
parent5cd2d4f96af4a450a4d554e04cf934293e0daa91 (diff)
Kconfig: change default for FIT_IMAGE_POST_PROCESS
Now that the default flow is moving towards FIT_SIGNATURE, make the default of FIT_IMAGE_POST_PROCESS depend on it. Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
Diffstat (limited to 'boot')
-rw-r--r--boot/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/Kconfig b/boot/Kconfig
index ad035695a4..b23959900c 100644
--- a/boot/Kconfig
+++ b/boot/Kconfig
@@ -126,7 +126,7 @@ 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
+ default y if TI_SECURE_DEVICE && !FIT_SIGNATURE
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