soc/intel/jasperlake: Increase PRERAM_CBMEM_CONSOLE_SIZE to 5KB

Increase the cbmem console size from 3KB to 5KB in order to fix console
overflow.

Change-Id: Id7eb64feb91ec29df5402b2fb1bac3ff73cc5bb3
Signed-off-by: Meera Ravindranath <meera.ravindranath@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44326
Reviewed-by: Aamir Bohra <aamir.bohra@intel.com>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Reviewed-by: Maulik V Vaghela <maulik.v.vaghela@intel.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Meera Ravindranath 2020-08-10 15:19:23 +05:30 committed by Subrata Banik
parent 8f1853c4b0
commit 6aa6f1f874
1 changed files with 1 additions and 1 deletions

View File

@ -209,5 +209,5 @@ config SOC_INTEL_JASPERLAKE_DEBUG_CONSENT
config PRERAM_CBMEM_CONSOLE_SIZE
hex
default 0xe00
default 0x1400
endif