diff options
| author | Tom Rini <[email protected]> | 2026-02-18 14:58:36 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-02-18 15:02:58 -0600 |
| commit | 7dca54ef4c44c82bdc6716ac6cdc84c22c66e9ed (patch) | |
| tree | 685fc391514228cc2708383020090c2874899bf3 /common | |
| parent | 73823d1c581617a9adbecae1f4aa06c313e0a2f6 (diff) | |
| parent | 6be3db6c1ab33c7ad90a8b25d7777e8425bf15cf (diff) | |
Merge patch series "test: cmd: Add test for zip/unzip/gzwrite commands"
Marek Vasut <[email protected]> says:
Enable zip command in sandbox so it is always build tested.
Add simple test for zip/unzip/gzwrite commands so they are
unit tested.
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'common')
| -rw-r--r-- | common/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig index 47d17f4e7c6..63448bdc13b 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -26,7 +26,7 @@ config CONSOLE_RECORD_INIT_F config CONSOLE_RECORD_OUT_SIZE hex "Output buffer size" depends on CONSOLE_RECORD - default 0x6000 + default 0x20000 help Set the size of the console recording output buffer. When this fills up, no more data will be recorded until some is removed. The buffer |
