
6 Feb
2023
6 Feb
'23
8:04 p.m.
This is implicitly used in the source and seems useful, so add it.
Signed-off-by: Simon Glass sjg@chromium.org ---
(no changes since v1)
boot/Kconfig | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/boot/Kconfig b/boot/Kconfig index fdcfbae7b2c..bfe69d98cb7 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -103,6 +103,10 @@ config FIT_CIPHER Enable the feature of data ciphering/unciphering in the tool mkimage and in the u-boot support of the FIT image.
+config SPL_FIT_CIPHER + def_bool n # Enable ciphering data in a FIT uImages (SPL + depends on SPL_DM && SPL_FIT + config FIT_VERBOSE bool "Show verbose messages when FIT images fail" depends on FIT
--
2.39.1.519.gcb327c4b5f-goog