nb/intel/gm45: Switch to POSTCAR_STAGE
Change-Id: I02165cf63710bedcafe9287cbe8a1d1fe41ebae2 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/26788 Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@@ -8,11 +8,7 @@ subdirs-y += ../microcode
|
||||
subdirs-y += ../hyperthreading
|
||||
subdirs-y += ../speedstep
|
||||
|
||||
ifneq ($(CONFIG_POSTCAR_STAGE),y)
|
||||
cpu_incs-y += $(src)/cpu/intel/model_6ex/cache_as_ram.inc
|
||||
else
|
||||
cpu_incs-y += $(src)/cpu/intel/car/core2/cache_as_ram.S
|
||||
postcar-y += ../car/p4-netburst/exit_car.S
|
||||
endif
|
||||
|
||||
romstage-y += ../car/romstage.c
|
||||
|
@@ -9,11 +9,7 @@ subdirs-y += ../microcode
|
||||
subdirs-y += ../hyperthreading
|
||||
subdirs-y += ../speedstep
|
||||
|
||||
ifneq ($(CONFIG_POSTCAR_STAGE),y)
|
||||
cpu_incs-y += $(src)/cpu/intel/model_6ex/cache_as_ram.inc
|
||||
else
|
||||
cpu_incs-y += $(src)/cpu/intel/car/core2/cache_as_ram.S
|
||||
postcar-y += ../car/p4-netburst/exit_car.S
|
||||
endif
|
||||
|
||||
romstage-y += ../car/romstage.c
|
||||
|
Reference in New Issue
Block a user