nb/intel/sandybridge: Fix mrc.bin path

The mrc.bin uses a lot of stack. The BSP stack size is kept
the same for both romstage bootpaths, mrc.bin and native,
in order for the CAR symbol/setups to be compatible.

Change-Id: Ic422980ca1a0549b6937e30a433ce52e0d7a595c
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37185
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Arthur Heymans 2019-11-25 06:56:04 +01:00 committed by Patrick Georgi
parent c61d415701
commit 8d82109c08
1 changed files with 4 additions and 1 deletions

View File

@ -74,7 +74,10 @@ config DCACHE_RAM_BASE
config DCACHE_BSP_STACK_SIZE config DCACHE_BSP_STACK_SIZE
hex hex
default 0x2800 default 0x10000
help
The amount of BSP stack anticipated in bootblock and
other stages.
if USE_NATIVE_RAMINIT if USE_NATIVE_RAMINIT