diff mbox series

dm: fix mis-word in SPL_DM description

Message ID 20220713164249.151789-1-oleksandr.suvorov@foundries.io
State Accepted
Commit 76656bca9e4d7d7093333a1986c6ebb228571ed6
Delegated to: Simon Glass
Headers show
Series dm: fix mis-word in SPL_DM description | expand

Commit Message

Oleksandr Suvorov July 13, 2022, 4:42 p.m. UTC
Replace logically correct word in the description.

Fixes: 91a91ff804d ("dm: Add Kconfig options for driver model SPL support")
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
---

 drivers/core/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass July 14, 2022, 10:22 a.m. UTC | #1
On Wed, 13 Jul 2022 at 10:42, Oleksandr Suvorov
<oleksandr.suvorov@foundries.io> wrote:
>
> Replace logically correct word in the description.
>
> Fixes: 91a91ff804d ("dm: Add Kconfig options for driver model SPL support")
> Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
> ---
>
>  drivers/core/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
Simon Glass July 26, 2022, 7:52 p.m. UTC | #2
On Wed, 13 Jul 2022 at 10:42, Oleksandr Suvorov
<oleksandr.suvorov@foundries.io> wrote:
>
> Replace logically correct word in the description.
>
> Fixes: 91a91ff804d ("dm: Add Kconfig options for driver model SPL support")
> Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
> ---
>
>  drivers/core/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot-dm, thanks!
diff mbox series

Patch

diff --git a/drivers/core/Kconfig b/drivers/core/Kconfig
index 8eb0070d222..007dc6a1de3 100644
--- a/drivers/core/Kconfig
+++ b/drivers/core/Kconfig
@@ -18,7 +18,7 @@  config SPL_DM
 	  consider using CONFIG_SPL_SYS_MALLOC_SIMPLE. In that case you
 	  must provide CONFIG_SPL_SYS_MALLOC_F_LEN to set the size.
 	  In most cases driver model will only allocate a few uclasses
-	  and devices in SPL, so 1KB should be enable. See
+	  and devices in SPL, so 1KB should be enough. See
 	  CONFIG_SPL_SYS_MALLOC_F_LEN for more details on how to enable it.
 
 config TPL_DM