aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-09-26 08:14:29 -0600
committerTom Rini <trini@konsulko.com>2023-10-06 14:38:12 -0400
commit5bcacd1ad5d9e7c85575d711fe7a93cb5cc6b250 (patch)
treeaff0427e20a150681062942a634ad8cd05e42905 /doc
parent34bacebd0aa3bf22e107341c834b2ed798466138 (diff)
downloadu-boot-5bcacd1ad5d9e7c85575d711fe7a93cb5cc6b250.zip
u-boot-5bcacd1ad5d9e7c85575d711fe7a93cb5cc6b250.tar.gz
u-boot-5bcacd1ad5d9e7c85575d711fe7a93cb5cc6b250.tar.bz2
doc: Clean up SYS_MALLOC_SIMPLE
Move the useful help to Kconfig. Drop mention of CONFIG_SYS_MALLOC_SIMPLE since it doesn't exist. Correct a 'CONFIGSYS_MALLOC_F_LEN' typo Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/usage/cmd/bdinfo.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage/cmd/bdinfo.rst b/doc/usage/cmd/bdinfo.rst
index b287d0f..5261085 100644
--- a/doc/usage/cmd/bdinfo.rst
+++ b/doc/usage/cmd/bdinfo.rst
@@ -106,7 +106,7 @@ sp start
Early malloc usage
amount of memory used in the early malloc memory and its maximum size
- as defined by CONFIGSYS_MALLOC_F_LEN
+ as defined by CONFIG_SYS_MALLOC_F_LEN
Configuration
-------------