All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] Kconfig: typo restict
@ 2025-07-30 12:54 Heinrich Schuchardt
  2025-07-30 12:58 ` Quentin Schulz
  2025-08-05  1:29 ` Tom Rini
  0 siblings, 2 replies; 7+ messages in thread
From: Heinrich Schuchardt @ 2025-07-30 12:54 UTC (permalink / raw)
  To: Tom Rini
  Cc: Paul Kocialkowski, Oliver Gaskell, Greg Malysa,
	Nathan Barrett-Morrison, Trevor Woerner, Marek Vasut,
	Jerome Forissier, Paul Barker, u-boot, Heinrich Schuchardt

%s/restict/restrict/

SPL and TPL have separate options (plural).

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---
 Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Kconfig b/Kconfig
index c883f115459..22636da6444 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"
-- 
2.50.0


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-08-05  1:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-30 12:54 [PATCH 1/1] Kconfig: typo restict Heinrich Schuchardt
2025-07-30 12:58 ` Quentin Schulz
2025-07-30 13:05   ` Heinrich Schuchardt
2025-07-30 14:32     ` Tom Rini
2025-07-30 14:50       ` Philip Oberfichtner
2025-07-31 11:45         ` Philip Oberfichtner
2025-08-05  1:29 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.