boot: Kconfig: Disable non-FIT loading for TI secure devices
authorAndrew Davis <afd@ti.com>
Wed, 4 May 2022 20:52:27 +0000 (15:52 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 11 May 2022 13:22:24 +0000 (09:22 -0400)
commit52dc3343fdea10a4409b1f9e3926d8b72ed0befb
tree974822a75cb88e16f7044f6a2974b74e63cdb803
parent11f32da79f5519b5b12d000bb990e55b0c351b6e
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>
boot/Kconfig