soc/amd/cezanne: Increase PRERAM_CBMEM_CONSOLE_SIZE to 0x2000

Let's increase this to avoid losing any logs.

BUG=b:213828947
TEST=Boot guybrush and no longer see
   *** Pre-CBMEM romstage console overflowed, log truncated!

Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Change-Id: I3258145e352af3a75893c7cc96f36eb238c99abb
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61100
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kangheui Won <khwon@chromium.org>
This commit is contained in:
Raul E Rangel 2022-01-13 13:43:57 -07:00 committed by Felix Held
parent af356d313d
commit 9d93b16487
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ config PRE_X86_CBMEM_CONSOLE_SIZE
config PRERAM_CBMEM_CONSOLE_SIZE config PRERAM_CBMEM_CONSOLE_SIZE
hex hex
default 0x1600 default 0x2000
help help
Increase this value if preram cbmem console is getting truncated Increase this value if preram cbmem console is getting truncated