]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
boot/Kconfig: fix comments syntax error
authorHugo Villeneuve <hvilleneuve@dimonoff.com>
Mon, 24 Apr 2023 20:51:12 +0000 (16:51 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 3 May 2023 22:30:46 +0000 (18:30 -0400)
Fix comments syntax error in SPL_LOAD_FIT_APPLY_OVERLAY description.

Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
boot/Kconfig

index d95a2a702665a35e4250a2452c7ad014e0e49d84..8c27f52ec3ed03811ccc4298590689c79cb4dbaf 100644 (file)
@@ -231,7 +231,7 @@ config SPL_LOAD_FIT_APPLY_OVERLAY
        depends on SPL_LOAD_FIT
        select OF_LIBFDT_OVERLAY
        help
-         The device tree is loaded from the FIT image. Allow the SPL is to
+         The device tree is loaded from the FIT image. Allow the SPL to
          also load device-tree overlays from the FIT image an apply them
          over the device tree.