diff options
| author | Frank Wunderlich <[email protected]> | 2026-02-04 19:40:43 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-02-07 11:51:33 -0600 |
| commit | 8acc8a654643ca26b0bdd4af37010da7cc796753 (patch) | |
| tree | fc5d6b59da6341f2464fad36e603d390e6066df1 /cmd/Kconfig | |
| parent | e202eca183b0f1d6747b934482dc6249abdd742b (diff) | |
test: cmd: add test for memsize
Add a test for memsize command in same way as meminfo.
Signed-off-by: Frank Wunderlich <[email protected]>
Diffstat (limited to 'cmd/Kconfig')
| -rw-r--r-- | cmd/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index f12fcf6631e..8bdd04f348f 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -942,6 +942,7 @@ config CMD_MEMINFO_MAP config CMD_MEMSIZE bool "memsize" + default y if SANDBOX depends on CMD_MEMINFO help Get RAM via command for use in scripts. Print or assign decimal value |
