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>
This commit is contained in:
Manorit Chawdhry
2023-07-14 11:22:40 +05:30
committed by Tom Rini
parent dfe00b34ce
commit 86fab11024
2 changed files with 2 additions and 2 deletions

View File

@@ -799,6 +799,7 @@ config ARCH_K3
select SUPPORT_SPL select SUPPORT_SPL
select FIT select FIT
select REGEX select REGEX
select FIT_SIGNATURE if ARM64
config ARCH_OMAP2PLUS config ARCH_OMAP2PLUS
bool "TI OMAP2+" bool "TI OMAP2+"

View File

@@ -125,8 +125,7 @@ config FIT_BEST_MATCH
config FIT_IMAGE_POST_PROCESS config FIT_IMAGE_POST_PROCESS
bool "Enable post-processing of FIT artifacts after loading by U-Boot" bool "Enable post-processing of FIT artifacts after loading by U-Boot"
depends on FIT depends on FIT
depends on TI_SECURE_DEVICE || SOCFPGA_SECURE_VAB_AUTH depends on SOCFPGA_SECURE_VAB_AUTH
default y if TI_SECURE_DEVICE
help help
Allows doing any sort of manipulation to blobs after they got extracted 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 from FIT images like stripping off headers or modifying the size of the