aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorManorit Chawdhry <m-chawdhry@ti.com>2023-07-14 11:22:40 +0530
committerTom Rini <trini@konsulko.com>2023-07-21 22:07:46 -0400
commit86fab110248f3dcff77ac22b5c352d5e49225619 (patch)
treecd878d711d71e00473dc4550c9cd21474402b549 /arch/arm/Kconfig
parentdfe00b34ce6644ac37b8ab009359db8193af2ed4 (diff)
downloadu-boot-86fab110248f3dcff77ac22b5c352d5e49225619.zip
u-boot-86fab110248f3dcff77ac22b5c352d5e49225619.tar.gz
u-boot-86fab110248f3dcff77ac22b5c352d5e49225619.tar.bz2
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 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 3045698..bdd535f 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -799,6 +799,7 @@ config ARCH_K3
select SUPPORT_SPL
select FIT
select REGEX
+ select FIT_SIGNATURE if ARM64
config ARCH_OMAP2PLUS
bool "TI OMAP2+"