[U-Boot] [PATCH] SPL: FIT: Kconfig: Change SPL_FIT_IMAGE_POST_PROCESS entry
ext-vasily.gurevich at vaisala.com
ext-vasily.gurevich at vaisala.com
Mon Oct 2 13:42:55 UTC 2017
Remove depends on TI_SECURE_DEVICE for other platforms.
Signed-off-by: Vasily Gurevich <ext-vasily.gurevich at vaisala.com>
---
Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Kconfig b/Kconfig
index 238fa3e..5a4719a 100644
--- a/Kconfig
+++ b/Kconfig
@@ -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
--
2.1.4
More information about the U-Boot
mailing list