aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/jasperlake/Kconfig
diff options
context:
space:
mode:
authorMeera Ravindranath <meera.ravindranath@intel.com>2020-08-10 15:19:23 +0530
committerSubrata Banik <subrata.banik@intel.com>2020-08-18 13:55:49 +0000
commit6aa6f1f874c26c7d47c579d5adca0d866b8b0ee4 (patch)
treeec2fc4e902fa448c22f894e7747b05feba347382 /src/soc/intel/jasperlake/Kconfig
parent8f1853c4b0ebb8069604a21fd08a9b6b5a7af195 (diff)
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>
Diffstat (limited to 'src/soc/intel/jasperlake/Kconfig')
-rw-r--r--src/soc/intel/jasperlake/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/jasperlake/Kconfig b/src/soc/intel/jasperlake/Kconfig
index f2922f5c5a..7321425558 100644
--- a/src/soc/intel/jasperlake/Kconfig
+++ b/src/soc/intel/jasperlake/Kconfig
@@ -209,5 +209,5 @@ config SOC_INTEL_JASPERLAKE_DEBUG_CONSENT
config PRERAM_CBMEM_CONSOLE_SIZE
hex
- default 0xe00
+ default 0x1400
endif