]> git.sur5r.net Git - u-boot/blobdiff - Kconfig
fit: Fix CONFIG_FIT_SPL_PRINT
[u-boot] / Kconfig
diff --git a/Kconfig b/Kconfig
index 9fd9de1772d2b50a6557ce774387f26deff66c93..7d9e971f0e1a25b4aeac76d049a1433aa37d2467 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -305,6 +305,12 @@ config SPL_FIT
        depends on SPL
        select SPL_OF_LIBFDT
 
+config SPL_FIT_PRINT
+       bool "Support FIT printing within SPL"
+       depends on SPL_FIT
+       help
+         Support printing the content of the fitImage in a verbose manner in SPL.
+
 config SPL_FIT_SIGNATURE
        bool "Enable signature verification of FIT firmware within SPL"
        depends on SPL_DM