]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit3c8fdea297bf4bb2e77fc76d57871dec0160e426
tree974822a75cb88e16f7044f6a2974b74e63cdb803
parentc7fda32530c61204978ebd8773e3316230a3605d
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