aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@cherry.de>2024-06-11 15:04:27 +0200
committerSimon Glass <sjg@chromium.org>2024-07-03 07:36:33 +0100
commitc449f4f85420478dc6cf0ff1ea3664b38f5e7d81 (patch)
tree39297e6cbeff5d0ec3e43ad72c31931a5474fb2a
parent6afdb1585112ca5171613f3f4957de4acbe1048d (diff)
downloadu-boot-c449f4f85420478dc6cf0ff1ea3664b38f5e7d81.zip
u-boot-c449f4f85420478dc6cf0ff1ea3664b38f5e7d81.tar.gz
u-boot-c449f4f85420478dc6cf0ff1ea3664b38f5e7d81.tar.bz2
dm: core: fix typo in SPL_DM_WARN prompt text
It should read "in SPL" and not "wuth SPL". Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de> Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r--drivers/core/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/core/Kconfig b/drivers/core/Kconfig
index 754649f..1a7be4d 100644
--- a/drivers/core/Kconfig
+++ b/drivers/core/Kconfig
@@ -56,7 +56,7 @@ config DM_WARN
out - it will do nothing when called.
config SPL_DM_WARN
- bool "Enable warnings in driver model wuth SPL"
+ bool "Enable warnings in driver model in SPL"
depends on SPL_DM
help
Enable this to see warnings related to driver model in SPL