diff options
| author | Andrew Goodbody <[email protected]> | 2026-06-29 18:06:49 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-07-03 14:40:49 -0600 |
| commit | a215eb7dd84e438ed66518714394dec1c4f7ce30 (patch) | |
| tree | 360888251f2761946af8986d6980c7b34baa8907 | |
| parent | 2e184a1f24cb363ea2a4388e8c3e76d65c8bd12b (diff) | |
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 <[email protected]>
| -rw-r--r-- | dts/Kconfig | 8 |
1 files 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" |
