diff options
| author | Heinrich Schuchardt <[email protected]> | 2025-07-30 14:54:27 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-08-04 18:23:16 -0600 |
| commit | c03d7a48018c8caefefc9b2cbd46f393798eece3 (patch) | |
| tree | e3fabefed31a02142559e64def21d0adb8b620af /Kconfig | |
| parent | 12a94b894dec1b682068e70cd9cc11147242f70d (diff) | |
Kconfig: typo restict
%s/restict/restrict/
SPL and TPL have separate options (plural).
Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Quentin Schulz <[email protected]>
Diffstat (limited to 'Kconfig')
| -rw-r--r-- | Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
