diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2014-09-13 20:55:58 +0200 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2014-09-14 02:04:44 +0200 |
commit | eb67a04cb3c1c6149eb54a7e015d53e6e5e17de8 (patch) | |
tree | c00a2e9083bf8dcf8b038c5ab4137aaac5048e03 /src | |
parent | 0650cd0bad2816886745c4a7ffe0e7a1aefb9957 (diff) |
cbmemc: Bump default to 128K
board_status shows that truncation of few KiB is pretty common.
So bump this value.
Change-Id: I78a16974846a59ee4eae782380e6d01d2fa324f2
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/6902
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/console/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
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 |