
30 Jan
2023
30 Jan
'23
3:40 p.m.
This is implicitly used in the source and seems useful, so add it.
Signed-off-by: Simon Glass sjg@chromium.org ---
boot/Kconfig | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/boot/Kconfig b/boot/Kconfig index 4bb1af23ac5..5b5b4f50670 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.456.gfc5497dd1b-goog