]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Kconfig: typo restict
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 30 Jul 2025 12:54:27 +0000 (14:54 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 5 Aug 2025 00:23:16 +0000 (18:23 -0600)
%s/restict/restrict/

SPL and TPL have separate options (plural).

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Kconfig

diff --git a/Kconfig b/Kconfig
index c883f11545952588aff574fdceb88b43407352d9..70125c4e5a6a3511fc152fb7aa9119372fc8d2b1 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -552,7 +552,7 @@ config BOARD_SIZE_LIMIT
          Maximum size of the U-Boot image. When defined, the build system
          checks that the actual size does not exceed it.  This does not
          include SPL nor TPL, on platforms that use that functionality, they
-         have a separate option to restict size.
+         have separate options to restrict size.
 
 config SYS_CUSTOM_LDSCRIPT
        bool "Use a custom location for the U-Boot linker script"