From: Oleksandr Suvorov Date: Wed, 13 Jul 2022 16:42:49 +0000 (+0300) Subject: dm: fix mis-word in SPL_DM description X-Git-Tag: v2025.01-rc5-pxa1908~1332^2~1 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/%7B%7B%20.Permalink%20%7D%7D?a=commitdiff_plain;h=76656bca9e4d7d7093333a1986c6ebb228571ed6;p=u-boot.git 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 Reviewed-by: Simon Glass --- 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