diff options
author | ext-vasily.gurevich@vaisala.com <ext-vasily.gurevich@vaisala.com> | 2017-10-02 13:42:55 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-10-16 09:42:51 -0400 |
commit | c12d8b7d70c695f1c4fe6fb4f1b3913bdbed8c96 (patch) | |
tree | 20e8bf2a8d317cb972798544dafaaf866c6c156e /Kconfig | |
parent | 7d9927c89539aa1be80b7f7ceee7cf7c001a0d1f (diff) | |
download | u-boot-c12d8b7d70c695f1c4fe6fb4f1b3913bdbed8c96.tar.gz |
SPL: FIT: Kconfig: Change SPL_FIT_IMAGE_POST_PROCESS entry
Remove depends on TI_SECURE_DEVICE for other platforms.
Signed-off-by: Vasily Gurevich <ext-vasily.gurevich@vaisala.com>
Diffstat (limited to 'Kconfig')
-rw-r--r-- | Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |