summaryrefslogtreecommitdiff
path: root/boot/Kconfig
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-05-04 23:52:27 +0300
committerTom Rini <trini@konsulko.com>2022-05-11 16:22:24 +0300
commit52dc3343fdea10a4409b1f9e3926d8b72ed0befb (patch)
tree974822a75cb88e16f7044f6a2974b74e63cdb803 /boot/Kconfig
parent11f32da79f5519b5b12d000bb990e55b0c351b6e (diff)
downloadu-boot-52dc3343fdea10a4409b1f9e3926d8b72ed0befb.tar.xz
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 <afd@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'boot/Kconfig')
-rw-r--r--boot/Kconfig2
1 files changed, 1 insertions, 1 deletions
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