Kconfig: remove depend option for CONFIG_FIT_IMAGE_POST_PROCESS
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I7019b8610587c02a2e4473432a66a35af5299b52
This commit is contained in:
parent
d4229e7722
commit
10d2eb488f
1
Kconfig
1
Kconfig
|
|
@ -248,7 +248,6 @@ config FIT_BEST_MATCH
|
||||||
|
|
||||||
config FIT_IMAGE_POST_PROCESS
|
config FIT_IMAGE_POST_PROCESS
|
||||||
bool "Enable post-processing of FIT artifacts after loading by U-Boot"
|
bool "Enable post-processing of FIT artifacts after loading by U-Boot"
|
||||||
depends on TI_SECURE_DEVICE
|
|
||||||
help
|
help
|
||||||
Allows doing any sort of manipulation to blobs after they got extracted
|
Allows doing any sort of manipulation to blobs after they got extracted
|
||||||
from FIT images like stripping off headers or modifying the size of the
|
from FIT images like stripping off headers or modifying the size of the
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue