UPSTREAM: SPL: FIT: Kconfig: Change SPL_FIT_IMAGE_POST_PROCESS entry
Remove depends on TI_SECURE_DEVICE for other platforms. Change-Id: I3067b9e1816661567353f48cd85853150592b0bd Signed-off-by: Vasily Gurevich <ext-vasily.gurevich@vaisala.com> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit c12d8b7d70c695f1c4fe6fb4f1b3913bdbed8c96)
This commit is contained in:
parent
f9b2adb5dc
commit
36ac5eead7
2
Kconfig
2
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
|
||||
|
|
Loading…
Reference in New Issue