spl: Kconfig: allow falcon mode for TI secure devices

Falcon mode was disabled for TI_SECURE_DEVICE at commit e95b9b4437
("ti_armv7_common: Disable Falcon Mode on HS devices") for older 32-bit
HS devices and but can now be enabled with the addition of
OS_BOOT_SECURE.

For secure boot, the kernel with x509 headers can be packaged in a fit
container (fitImage) signed with TIFS keys for authentication.

Signed-off-by: Anshul Dalal <anshuld@ti.com>
This commit is contained in:
Anshul Dalal
2025-10-24 13:44:04 +05:30
committed by Tom Rini
parent 2c16b803b8
commit 16f4126790

View File

@@ -1202,7 +1202,7 @@ config SPL_ONENAND_SUPPORT
config SPL_OS_BOOT
bool "Activate Falcon Mode"
depends on !TI_SECURE_DEVICE
select SPL_OS_BOOT_SECURE if TI_SECURE_DEVICE
depends on ARM || MICROBLAZE || PPC
help
Enable booting directly to an OS from SPL.