From: Andrew Davis Date: Wed, 4 May 2022 20:52:27 +0000 (-0500) Subject: boot: Kconfig: Disable non-FIT loading for TI secure devices X-Git-Tag: v2025.01-rc5-pxa1908~1406^2~5 X-Git-Url: http://git.dujemihanovic.xyz/%7B%7B%20%24style.RelPermalink%20%7D%7D?a=commitdiff_plain;h=52dc3343fdea10a4409b1f9e3926d8b72ed0befb;p=u-boot.git boot: Kconfig: Disable non-FIT loading for TI secure devices Non-FIT image loading support should be disabled for TI secure devices as the image handlers for those image types do not follow our secure boot checks. Signed-off-by: Andrew Davis Reviewed-by: Tom Rini --- diff --git a/boot/Kconfig b/boot/Kconfig index 4b0802b8c6..9780473190 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -405,7 +405,7 @@ endif config LEGACY_IMAGE_FORMAT bool "Enable support for the legacy image format" - default y if !FIT_SIGNATURE + default y if !FIT_SIGNATURE && !TI_SECURE_DEVICE help This option enables the legacy image format. It is enabled by default for backward compatibility, unless FIT_SIGNATURE is