commit | 8306c3b035bebce2d4060620d85192a401128bd7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 21 10:19:29 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 25 14:22:24 2024 -0600 |
tree | d2e391af658ce33202d0c9539ebc86c73f8b865a | |
parent | 48008ec71148c0749ff34f7036a0278d4d92ae7b [diff] |
cmd: Move meminfo command into its own file In preparation for expanding this command, move it into a separate file. Rename the function to remove the extra underscore. Update the number of arguments to 1, since 3 is incorrect. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>