summaryrefslogtreecommitdiff
path: root/common/Kconfig.boot
diff options
context:
space:
mode:
authorRavik Hasija <rahasij@linux.microsoft.com>2021-01-28 01:01:48 +0300
committerTom Rini <trini@konsulko.com>2021-02-02 00:32:06 +0300
commit7a01882eb37e7504e2450f474d0cc8db60ed26c2 (patch)
treec314a9013ea79e6fc4f33a474c17e5d7ae0e20fe /common/Kconfig.boot
parentec9d19be8d6cabc820e133bb36a1386adcf0b3d1 (diff)
downloadu-boot-7a01882eb37e7504e2450f474d0cc8db60ed26c2.tar.xz
common: Kconfig.boot: Add FIT_PRINT config option
Config allows to disable printing contents of fitImage to optimize boottime. Signed-off-by: Ravik Hasija <rahasij@linux.microsoft.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common/Kconfig.boot')
-rw-r--r--common/Kconfig.boot6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/Kconfig.boot b/common/Kconfig.boot
index 4525a12ab4..5eaabdfc27 100644
--- a/common/Kconfig.boot
+++ b/common/Kconfig.boot
@@ -140,6 +140,12 @@ config FIT_IMAGE_POST_PROCESS
injected into the FIT creation (i.e. the blobs would have been pre-
processed before being added to the FIT image).
+config FIT_PRINT
+ bool "Support FIT printing"
+ default y
+ help
+ Support printing the content of the fitImage in a verbose manner.
+
if SPL
config SPL_FIT