Skip to content
Snippets Groups Projects
Commit ae9b57b5 authored by Andrew F. Davis's avatar Andrew F. Davis Committed by Tom Rini
Browse files

Kconfig: Disable non-FIT SPL loading for TI secure devices


Non-FIT SPL image loading support should be disabled for TI secure
devices as the image handlers for those image types do not follow
our secure boot flow.

Signed-off-by: default avatarAndrew F. Davis <afd@ti.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent 722a6b17
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ config SPL_RAW_IMAGE_SUPPORT ...@@ -17,7 +17,7 @@ config SPL_RAW_IMAGE_SUPPORT
bool "Support SPL loading and booting of RAW images" bool "Support SPL loading and booting of RAW images"
depends on SPL depends on SPL
default n if (ARCH_MX6 && (SPL_MMC_SUPPORT || SPL_SATA_SUPPORT)) default n if (ARCH_MX6 && (SPL_MMC_SUPPORT || SPL_SATA_SUPPORT))
default y default y if !TI_SECURE_DEVICE
help help
SPL will support loading and booting a RAW image when this option SPL will support loading and booting a RAW image when this option
is y. If this is not set, SPL will move on to other available is y. If this is not set, SPL will move on to other available
...@@ -25,7 +25,7 @@ config SPL_RAW_IMAGE_SUPPORT ...@@ -25,7 +25,7 @@ config SPL_RAW_IMAGE_SUPPORT
config SPL_LEGACY_IMAGE_SUPPORT config SPL_LEGACY_IMAGE_SUPPORT
bool "Support SPL loading and booting of Legacy images" bool "Support SPL loading and booting of Legacy images"
default y default y if !TI_SECURE_DEVICE
help help
SPL will support loading and booting Legacy images when this option SPL will support loading and booting Legacy images when this option
is y. If this is not set, SPL will move on to other available is y. If this is not set, SPL will move on to other available
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment