diff mbox series

[U-Boot] SPL: FIT: Kconfig: Change SPL_FIT_IMAGE_POST_PROCESS entry

Message ID 1506951754-93527-1-git-send-email-ext-vasily.gurevich@vaisala.com
State Accepted
Commit c12d8b7d70c695f1c4fe6fb4f1b3913bdbed8c96
Delegated to: Tom Rini
Headers show
Series [U-Boot] SPL: FIT: Kconfig: Change SPL_FIT_IMAGE_POST_PROCESS entry | expand

Commit Message

ext-vasily.gurevich@vaisala.com Oct. 2, 2017, 1:42 p.m. UTC
Remove depends on TI_SECURE_DEVICE for other platforms.

Signed-off-by: Vasily Gurevich <ext-vasily.gurevich@vaisala.com>
---
 Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini Oct. 17, 2017, 12:46 a.m. UTC | #1
On Mon, Oct 02, 2017 at 01:42:55PM +0000, ext-vasily.gurevich@vaisala.com wrote:

> Remove depends on TI_SECURE_DEVICE for other platforms.
> 
> Signed-off-by: Vasily Gurevich <ext-vasily.gurevich@vaisala.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

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