diff options
author | Furquan Shaikh <furquan@google.com> | 2016-08-24 10:28:30 -0700 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2016-08-24 20:02:14 +0200 |
commit | 70385968cea517ed20dc3f3f665d92096acc768c (patch) | |
tree | 5c1ad24ef597ca4d94ca6af4f06c8e5ec8b11622 | |
parent | a6914d2343ba5c4aa676d27547fc33571c69e4f0 (diff) | |
download | coreboot-70385968cea517ed20dc3f3f665d92096acc768c.tar.xz |
soc/intel/skylake: Bump up bootblock size to 48K
When UART_DEBUG is enabled bootblock size grows more than the current
32K. Bump this up to 48K.
Change-Id: I580137dfdc9b4ad226c866f2b23b159bd820c62c
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/16317
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
-rw-r--r-- | src/soc/intel/skylake/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/skylake/Kconfig b/src/soc/intel/skylake/Kconfig index 3bf87981cf..6171c41b27 100644 --- a/src/soc/intel/skylake/Kconfig +++ b/src/soc/intel/skylake/Kconfig @@ -101,7 +101,7 @@ config DCACHE_BSP_STACK_SIZE config C_ENV_BOOTBLOCK_SIZE hex - default 0x8000 + default 0xC000 config EXCLUDE_NATIVE_SD_INTERFACE bool |