diff options
author | Marek Vasut <marex@denx.de> | 2018-05-13 00:22:52 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-05-23 22:06:39 -0400 |
commit | b527b9c6c63040fa10b69351eeea23ed38ae4616 (patch) | |
tree | fbcc2e7f1c57faebaf0ef1557de9f7dcd19d4a69 /Kconfig | |
parent | 26a642238bdecc53527142dc043b29e21c5cc94c (diff) | |
download | u-boot-b527b9c6c63040fa10b69351eeea23ed38ae4616.tar.gz |
fit: Fix CONFIG_FIT_SPL_PRINT
Rename CONFIG_FIT_SPL_PRINT to CONFIG_SPL_FIT_PRINT and add Kconfig
entry for it.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
Cc: Simon Glass <sjg@chromium.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'Kconfig')
-rw-r--r-- | Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |