boot: specify SPL_FIT_FULL_CHECK applies to SPL

SPL_FIT_FULL_CHECK currently shares its description and help text with
FIT_FULL_CHECK which is quite confusing, so let's specify this applies
to SPL.

Fixes: 6f3c2d8aa5e6 ("image: Add an option to do a full check of the FIT")
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@kernel.org>
This commit is contained in:
Quentin Schulz 2025-10-29 12:08:58 +01:00 committed by Tom Rini
parent 64ba0aa9f4
commit 3e68c01baf

View File

@ -211,13 +211,13 @@ config SPL_FIT_PRINT
Support printing the content of the fitImage in a verbose manner in SPL. Support printing the content of the fitImage in a verbose manner in SPL.
config SPL_FIT_FULL_CHECK config SPL_FIT_FULL_CHECK
bool "Do a full check of the FIT before using it" bool "Do a full check of the FIT within SPL before using it"
depends on SPL_FIT depends on SPL_FIT
help help
Enable this do a full check of the FIT to make sure it is valid. This Enable this do a full check of the FIT within SPL to make sure it is
helps to protect against carefully crafted FITs which take advantage valid. This helps to protect against carefully crafted FITs which take
of bugs or omissions in the code. This includes a bad structure, advantage of bugs or omissions in the code. This includes a bad
multiple root nodes and the like. structure, multiple root nodes and the like.
config SPL_FIT_SIGNATURE config SPL_FIT_SIGNATURE
bool "Enable signature verification of FIT firmware within SPL" bool "Enable signature verification of FIT firmware within SPL"