aboutsummaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorManorit Chawdhry2023-07-14 11:22:40 +0530
committerTom Rini2023-07-21 22:07:46 -0400
commit86fab110248f3dcff77ac22b5c352d5e49225619 (patch)
treecd878d711d71e00473dc4550c9cd21474402b549 /boot
parentdfe00b34ce6644ac37b8ab009359db8193af2ed4 (diff)
Kconfig: Enable FIT_SIGNATURE if ARM64
Enabling FIT_SIGNATURE required the old authentication method to be disabled so disable this for K3 SOCs and enable FIT_SIGNATURE for K3 Platforms. Signed-off-by: Kamlesh Gurudasani <kamlesh@ti.com> [ cleanup the patch ] Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
Diffstat (limited to 'boot')
-rw-r--r--boot/Kconfig3
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