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>
This commit is contained in:
parent
0650cd0bad
commit
eb67a04cb3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue