From: Heinrich Schuchardt Date: Wed, 30 Jul 2025 12:54:27 +0000 (+0200) Subject: Kconfig: typo restict X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c03d7a48018c8caefefc9b2cbd46f393798eece3;p=thirdparty%2Fu-boot.git Kconfig: typo restict %s/restict/restrict/ SPL and TPL have separate options (plural). Signed-off-by: Heinrich Schuchardt Reviewed-by: Quentin Schulz --- diff --git a/Kconfig b/Kconfig index c883f115459..70125c4e5a6 100644 --- 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"