]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
boot: kconfig: Fix typos
authorWolfgang Wallner <wolfgang.wallner@br-automation.com>
Fri, 24 Oct 2025 15:12:00 +0000 (17:12 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 26 Oct 2025 15:03:27 +0000 (09:03 -0600)
Fix typos in boot/Kconfig.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
boot/Kconfig

index 022ec05de0a007677ca8b3111559a5601d36be05..9adb051400f3659566721fff6531e25990266806 100644 (file)
@@ -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