UPSTREAM: mb/intel/kblrvp: Increase preram cbmem console size

Some part of preram cbmem console output is truncated.

Increase preram cbmem console size to 0xd00 to avoid the same.

BUG=None
BRANCH=None
TEST=None

Signed-off-by: Naresh G Solanki <naresh.solanki@intel.com>
Reviewed-on: https://review.coreboot.org/17840
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>

Change-Id: Idbcbb3d1f433668a0e5375679f56fbe562d39ddd
Reviewed-on: https://chromium-review.googlesource.com/422217
Commit-Ready: Furquan Shaikh <furquan@chromium.org>
Tested-by: Furquan Shaikh <furquan@chromium.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Naresh G Solanki 2016-12-13 21:23:48 +05:30 committed by chrome-bot
parent 643308d5b8
commit a1aa63681f

View file

@ -89,4 +89,9 @@ config ME_BIN_PATH
depends on HAVE_ME_BIN
default "3rdparty/blobs/mainboard/$(CONFIG_MAINBOARD_DIR)/me.rvp3.bin" if BOARD_INTEL_KBLRVP3
default "3rdparty/blobs/mainboard/$(CONFIG_MAINBOARD_DIR)/me.rvp7.bin" if BOARD_INTEL_KBLRVP7
config PRERAM_CBMEM_CONSOLE_SIZE
hex
default 0xd00
endif