]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: Move meminfo command into its own file
authorSimon Glass <sjg@chromium.org>
Mon, 21 Oct 2024 08:19:29 +0000 (10:19 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 25 Oct 2024 20:22:24 +0000 (14:22 -0600)
commit8306c3b035bebce2d4060620d85192a401128bd7
treed2e391af658ce33202d0c9539ebc86c73f8b865a
parent48008ec71148c0749ff34f7036a0278d4d92ae7b
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>
cmd/Kconfig
cmd/Makefile
cmd/mem.c
cmd/meminfo.c [new file with mode: 0644]