diff --git a/src/console/Kconfig b/src/console/Kconfig index c7c3ea5dc0..f5528ed384 100644 --- a/src/console/Kconfig +++ b/src/console/Kconfig @@ -177,10 +177,10 @@ config CONSOLE_CBMEM config CONSOLE_CBMEM_BUFFER_SIZE depends on CONSOLE_CBMEM hex "Room allocated for console output in CBMEM" - default 0x10000 + default 0x20000 help Space allocated for console output storage in CBMEM. The default - value (64K or 0x10000 bytes) is large enough to accommodate + value (128K or 0x20000 bytes) is large enough to accommodate even the BIOS_SPEW level. config CONSOLE_CAR_BUFFER_SIZE