git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6afdb15
)
dm: core: fix typo in SPL_DM_WARN prompt text
author
Quentin Schulz
<quentin.schulz@cherry.de>
Tue, 11 Jun 2024 13:04:27 +0000
(15:04 +0200)
committer
Simon Glass
<sjg@chromium.org>
Wed, 3 Jul 2024 06:36:33 +0000
(07:36 +0100)
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>
drivers/core/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/core/Kconfig
b/drivers/core/Kconfig
index
754649f
..
1a7be4d
100644
(file)
--- 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