[PATCH] Kconfig: Fix grammatical error in help text

Andrew Goodbody andrew.goodbody at linaro.org
Mon Jun 29 19:06:49 CEST 2026


Fix the incorrect use of 'your' instead of 'you are' and reflow the text
around it.

Fixes: af9e6ad4ab29 ("board_f: Add new function to allow runtime DTB selection")
Signed-off-by: Andrew Goodbody <andrew.goodbody at linaro.org>
---
 dts/Kconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dts/Kconfig b/dts/Kconfig
index 6b501c2239edb67f169a691647eff66256f26669..3fa1d756fc76c2f693cefb2b0e09b81e8e4efba8 100644
--- a/dts/Kconfig
+++ b/dts/Kconfig
@@ -314,10 +314,10 @@ config DTB_RESELECT
 	depends on !COMPILE_TEST
 	depends on MULTI_DTB_FIT
 	help
-	  It is possible during initial boot you may need to use a generic
-	  dtb until you can fully determine the board your running on. This
-	  config allows boards to implement a function at a later point
-	  during boot to switch to the "correct" dtb.
+	  It is possible during initial boot you may need to use a generic dtb
+	  until you can fully determine the board you are running on. This
+	  config allows boards to implement a function at a later point during
+	  boot to switch to the "correct" dtb.
 
 config MULTI_DTB_FIT
 	bool "Support embedding several DTBs in a FIT image for u-boot"

---
base-commit: 6dc7cd6e2f1eba531b71da403e5b2e7764d39b1d
change-id: 20260629-typo1-7d50510f761a

Best regards,
-- 
Andrew Goodbody <andrew.goodbody at linaro.org>



More information about the U-Boot mailing list