mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
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>
This commit is contained in:
parent
6afdb15851
commit
c449f4f854
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue