]> git.baikalelectronics.ru Git - uboot.git/commitdiff
dm: fix mis-word in SPL_DM description
authorOleksandr Suvorov <oleksandr.suvorov@foundries.io>
Wed, 13 Jul 2022 16:42:49 +0000 (19:42 +0300)
committerSimon Glass <sjg@chromium.org>
Tue, 26 Jul 2022 08:30:56 +0000 (02:30 -0600)
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>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/core/Kconfig

index 8eb0070d222e4f991cca720da3861f00dab8ebdc..007dc6a1de352dd914582cc2f00b402bd16ef21d 100644 (file)
@@ -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