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 <michal.or...@amd.com> --- docs/misc/xen-command-line.pandoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/misc/xen-command-line.pandoc b/docs/misc/xen-command-line.pandoc index b0eadd2c5d58..6865a61220ca 100644 --- a/docs/misc/xen-command-line.pandoc +++ b/docs/misc/xen-command-line.pandoc @@ -2370,7 +2370,7 @@ accidentally leaking secrets by releasing pages without proper sanitization. ### serial_tx_buffer > `= <size>` -> Default: `16kB` +> Default: `CONFIG_SERIAL_TX_BUFSIZE` Set the serial transmit buffer size. -- 2.25.1