summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dts/Kconfig8
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"