]> git.baikalelectronics.ru Git - uboot.git/commit
boot: Kconfig: Enable FIT processing by default on TI secure devices
authorAndrew Davis <afd@ti.com>
Wed, 4 May 2022 20:52:28 +0000 (15:52 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 11 May 2022 13:22:24 +0000 (09:22 -0400)
commitc1ee524783154c2af307c0c39398f0d3a793873e
treeaf27ede3a64052d6a89a0b9524d9b9081394f397
parent3c8fdea297bf4bb2e77fc76d57871dec0160e426
boot: Kconfig: Enable FIT processing by default on TI secure devices

TI secure devices chain-of-trust depends on FIT image processing,
enable it by default on these devices. This also reduces the delta
between the secure and non-secure defconfig files.

Signed-off-by: Andrew Davis <afd@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
boot/Kconfig