diff options
| author | Simon Glass <[email protected]> | 2023-09-26 08:14:29 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-10-06 14:38:12 -0400 |
| commit | 5bcacd1ad5d9e7c85575d711fe7a93cb5cc6b250 (patch) | |
| tree | aff0427e20a150681062942a634ad8cd05e42905 /doc/usage | |
| parent | 34bacebd0aa3bf22e107341c834b2ed798466138 (diff) | |
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 <[email protected]>
Diffstat (limited to 'doc/usage')
| -rw-r--r-- | doc/usage/cmd/bdinfo.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage/cmd/bdinfo.rst b/doc/usage/cmd/bdinfo.rst index b287d0ff736..5261085a068 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 ------------- |
