projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d9927c
)
SPL: FIT: Kconfig: Change SPL_FIT_IMAGE_POST_PROCESS entry
author
ext-vasily.gurevich@vaisala.com
<ext-vasily.gurevich@vaisala.com>
Mon, 2 Oct 2017 13:42:55 +0000
(13:42 +0000)
committer
Tom Rini
<trini@konsulko.com>
Mon, 16 Oct 2017 13:42:51 +0000
(09:42 -0400)
Remove depends on TI_SECURE_DEVICE for other platforms.
Signed-off-by: Vasily Gurevich <ext-vasily.gurevich@vaisala.com>
Kconfig
patch
|
blob
|
history
diff --git
a/Kconfig
b/Kconfig
index d951e9f8049203cf5c2cd7af0f30aa615e2da4d5..73f820a6de51cd3d47c531b960f25f28c71d8436 100644
(file)
--- 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