summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorWolfgang Wallner <[email protected]>2025-10-24 17:12:00 +0200
committerTom Rini <[email protected]>2025-10-26 09:03:27 -0600
commitc8637b749620bb83df93e5e580f65bff7ee0571e (patch)
tree60e82268bba17309205b29da6e83e1eb4b62ecf5 /boot
parented00d12c015aec7c316fcd482737181f9dff8f4d (diff)
boot: kconfig: Fix typos
Fix typos in boot/Kconfig. Reviewed-by: Simon Glass <[email protected]> Signed-off-by: Wolfgang Wallner <[email protected]>
Diffstat (limited to 'boot')
-rw-r--r--boot/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/Kconfig b/boot/Kconfig
index 022ec05de0a..9adb051400f 100644
--- a/boot/Kconfig
+++ b/boot/Kconfig
@@ -1780,7 +1780,7 @@ menu "Image support"
config IMAGE_PRE_LOAD
bool "Image pre-load support"
help
- Enable an image pre-load stage in the SPL.
+ Enable an image pre-load stage.
This pre-load stage allows to do some manipulation
or check (for example signature check) on an image
before launching it.
@@ -1812,7 +1812,7 @@ config IMAGE_PRE_LOAD_SIG
u-boot.
config SPL_IMAGE_PRE_LOAD_SIG
- bool "Image pre-load signature support witin SPL"
+ bool "Image pre-load signature support within SPL"
depends on SPL_IMAGE_PRE_LOAD && IMAGE_PRE_LOAD_SIG
select SPL_FIT_SIGNATURE
select SPL_RSA