From: Quentin Schulz Date: Tue, 11 Jun 2024 13:04:27 +0000 (+0200) Subject: dm: core: fix typo in SPL_DM_WARN prompt text X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=c449f4f85420478dc6cf0ff1ea3664b38f5e7d81;p=u-boot.git dm: core: fix typo in SPL_DM_WARN prompt text It should read "in SPL" and not "wuth SPL". Signed-off-by: Quentin Schulz Reviewed-by: Simon Glass --- diff --git a/drivers/core/Kconfig b/drivers/core/Kconfig index 754649f091..1a7be4d9b4 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