drivers/intel/fsp2_0: Use CBFS_MCACHE when coreboot tears down CAR
TESTED on ocp/tiogapass. Change-Id: I30560149eeaec62af4c8a982815618be5546531c Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49877 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
129ed0a264
commit
5fc2bed629
|
@ -113,7 +113,7 @@ config FSP_S_FILE
|
||||||
config FSP_CAR
|
config FSP_CAR
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
select NO_CBFS_MCACHE
|
select NO_CBFS_MCACHE if !NO_FSP_TEMP_RAM_EXIT
|
||||||
help
|
help
|
||||||
Use FSP APIs to initialize & Tear Down the Cache-As-Ram
|
Use FSP APIs to initialize & Tear Down the Cache-As-Ram
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue