mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-17 14:18:14 +01:00
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>
This commit is contained in:
parent
11f32da79f
commit
52dc3343fd
@ -405,7 +405,7 @@ endif
|
|||||||
|
|
||||||
config LEGACY_IMAGE_FORMAT
|
config LEGACY_IMAGE_FORMAT
|
||||||
bool "Enable support for the 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
|
help
|
||||||
This option enables the legacy image format. It is enabled by
|
This option enables the legacy image format. It is enabled by
|
||||||
default for backward compatibility, unless FIT_SIGNATURE is
|
default for backward compatibility, unless FIT_SIGNATURE is
|
||||||
|
Loading…
x
Reference in New Issue
Block a user