summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2025-07-30 14:54:27 +0200
committerTom Rini <trini@konsulko.com>2025-08-04 18:23:16 -0600
commitc03d7a48018c8caefefc9b2cbd46f393798eece3 (patch)
treee3fabefed31a02142559e64def21d0adb8b620af
parent12a94b894dec1b682068e70cd9cc11147242f70d (diff)
Kconfig: typo restict
%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>
-rw-r--r--Kconfig2
1 files changed, 1 insertions, 1 deletions
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"