Skip to content
Snippets Groups Projects
Commit c12d8b7d authored by ext-vasily.gurevich@vaisala.com's avatar ext-vasily.gurevich@vaisala.com Committed by Tom Rini
Browse files

SPL: FIT: Kconfig: Change SPL_FIT_IMAGE_POST_PROCESS entry


Remove depends on TI_SECURE_DEVICE for other platforms.

Signed-off-by: default avatarVasily Gurevich <ext-vasily.gurevich@vaisala.com>
parent 7d9927c8
Branches
Tags
No related merge requests found
......@@ -273,7 +273,7 @@ config SPL_LOAD_FIT
config SPL_FIT_IMAGE_POST_PROCESS
bool "Enable post-processing of FIT artifacts after loading by the SPL"
depends on SPL_LOAD_FIT && TI_SECURE_DEVICE
depends on SPL_LOAD_FIT
help
Allows doing any sort of manipulation to blobs after they got extracted
from the U-Boot FIT image like stripping off headers or modifying the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment