diff options
author | Quentin Schulz <quentin.schulz@cherry.de> | 2024-06-11 15:04:27 +0200 |
---|---|---|
committer | Quentin Schulz <quentin.schulz@cherry.de> | 2024-07-02 11:39:36 +0200 |
commit | abad48d1ea0a99fb4915107c32df9a672274cca3 (patch) | |
tree | 92118c7706bd28bbc182ef8924d6c18e45700c70 | |
parent | 7ee95c02e5c7012d6124f776a68a63a299071949 (diff) |
FROMLIST: dm: core: fix typo in SPL_DM_WARN prompt text
It should read "in SPL" and not "wuth SPL".
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
Relates-to: TIGR-184
Link: https://lore.kernel.org/r/20240611-misc-20240610-v2-4-028e82b0b620@cherry.de
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
-rw-r--r-- | drivers/core/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/core/Kconfig b/drivers/core/Kconfig index 754649f091e..1a7be4d9b4d 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 |