From a215eb7dd84e438ed66518714394dec1c4f7ce30 Mon Sep 17 00:00:00 2001 From: Andrew Goodbody Date: Mon, 29 Jun 2026 18:06:49 +0100 Subject: Kconfig: Fix grammatical error in help text 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 --- dts/Kconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dts/Kconfig b/dts/Kconfig index 6b501c2239e..3fa1d756fc7 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" -- cgit v1.3.1