mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: soc/intel/skylake: Rename car_stage.S for fsp2_0
Cosmetic changes to rename car_stage.S to car_stage_fsp20.S,
so that it is associated with FSP driver version that is being used.
Tested on Kabylake Rvp11.
BUG=none
BRANCH=none
TEST=none
Change-Id: I32a6ede3d310f9a48fce42f47d4eeb729abb53da
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: 15b7163821
Original-Change-Id: I869df6eb746e3982e5912c272255eab6cb008838
Original-Signed-off-by: Teo Boon Tiong <boon.tiong.teo@intel.com>
Original-Reviewed-on: https://review.coreboot.org/18083
Original-Tested-by: build bot (Jenkins)
Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/428261
Commit-Ready: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
fac370b47f
commit
2684d4ee35
2 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
verstage-y += power_state.c
|
||||
|
||||
romstage-$(CONFIG_PLATFORM_USES_FSP2_0) += car_stage.S
|
||||
romstage-$(CONFIG_PLATFORM_USES_FSP2_0) += car_stage_fsp20.S
|
||||
romstage-y += pmc.c
|
||||
romstage-y += power_state.c
|
||||
romstage-$(CONFIG_PLATFORM_USES_FSP1_1) += romstage.c
|
||||
|
|
Loading…
Add table
Reference in a new issue