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. Change-Id: I869df6eb746e3982e5912c272255eab6cb008838 Signed-off-by: Teo Boon Tiong <boon.tiong.teo@intel.com> Reviewed-on: https://review.coreboot.org/18083 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
3dea69a487
commit
15b7163821
|
@ -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…
Reference in New Issue