mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: 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. CQ-DEPEND=CL:374981,CL:373364 BUG=None BRANCH=None TEST=None 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> Change-Id: I580137dfdc9b4ad226c866f2b23b159bd820c62c Reviewed-on: https://chromium-review.googlesource.com/374980 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:
parent
f020befeb4
commit
45f9259e0d
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ config DCACHE_BSP_STACK_SIZE
|
|||
|
||||
config C_ENV_BOOTBLOCK_SIZE
|
||||
hex
|
||||
default 0x8000
|
||||
default 0xC000
|
||||
|
||||
config EXCLUDE_NATIVE_SD_INTERFACE
|
||||
bool
|
||||
|
|
Loading…
Add table
Reference in a new issue