X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fconsole%2FKconfig;h=f1129a1279321884dac54777cb7a8ba487a53f71;hb=1b632aff260695257b78bedc3742652916f2a724;hp=fefbe2ed847557d7bdaaddf662d407c5ade53405;hpb=90dcdd43ee83b12ddd1cdafba7613971cbfa2117;p=coreboot.git diff --git a/src/console/Kconfig b/src/console/Kconfig index fefbe2ed8..f1129a127 100644 --- a/src/console/Kconfig +++ b/src/console/Kconfig @@ -201,15 +201,15 @@ config CONSOLE_CBMEM config CONSOLE_CBMEM_BUFFER_SIZE depends on CONSOLE_CBMEM hex "Room allocated for console output in CBMEM" - default 0xae00 + default 0x10000 help Space allocated for console output storage in CBMEM. The default - value (almost 45K or 0xaeoo bytes) is large enough to accommodate + value (64K or 0x10000 bytes) is large enough to accommodate even the BIOS_SPEW level. config CONSOLE_CAR_BUFFER_SIZE depends on CONSOLE_CBMEM - hex "Room allocated for console output in cash as RAM" + hex "Room allocated for console output in Cache as RAM" default 0xc00 help Console is used before RAM is initialized. This is the room reserved