]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
dm: core: fix typo in SPL_DM_WARN prompt text
authorQuentin Schulz <quentin.schulz@cherry.de>
Tue, 11 Jun 2024 13:04:27 +0000 (15:04 +0200)
committerSimon 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

index 754649f091ee58aad340901d7f95060000d67a66..1a7be4d9b4d583ebf682508f7a21e200c91eeb16 100644 (file)
@@ -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