summaryrefslogtreecommitdiff
path: root/drivers/core
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@foundries.io>2022-07-13 19:42:49 +0300
committerSimon Glass <sjg@chromium.org>2022-07-26 11:30:56 +0300
commit76656bca9e4d7d7093333a1986c6ebb228571ed6 (patch)
tree6902e156b64d3e79a0106cb5dcf41f2b9ad8443b /drivers/core
parent006e56b1ae951c5247fb11081c1a9693e0b65f8a (diff)
downloadu-boot-76656bca9e4d7d7093333a1986c6ebb228571ed6.tar.xz
dm: fix mis-word in SPL_DM description
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>
Diffstat (limited to 'drivers/core')
-rw-r--r--drivers/core/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/core/Kconfig b/drivers/core/Kconfig
index 8eb0070d22..007dc6a1de 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