Re: [PATCH] docs: cmdline: Update serial_tx_buffer default value

2025-06-27 Thread Jan Beulich
On 27.06.2025 09:06, Michal Orzel wrote: > After commit 4df2e99d7314 ("console/serial: set the default transmit > buffer size in Kconfig"), the default value is set by Kconfig option > CONFIG_SERIAL_TX_BUFSIZE. Moreover it was bumped to 32KB by commit > d09e44e5d8fd ("console/serial: bump buffer fr

[PATCH] docs: cmdline: Update serial_tx_buffer default value

2025-06-27 Thread Michal Orzel
After commit 4df2e99d7314 ("console/serial: set the default transmit buffer size in Kconfig"), the default value is set by Kconfig option CONFIG_SERIAL_TX_BUFSIZE. Moreover it was bumped to 32KB by commit d09e44e5d8fd ("console/serial: bump buffer from 16K to 32K"). Signed-off-by: Michal Orzel --