nb/intel/sandybridge: Rename raminit_ivy.c

It is no longer specific to Ivy Bridge.

Change-Id: I3684e654a1b1aee308e30db739d41cf18e7ea6bd
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39790
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Angel Pons 2020-03-23 23:36:15 +01:00 committed by Patrick Georgi
parent 07609028ec
commit a38fee31b5
2 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ ifeq ($(CONFIG_USE_NATIVE_RAMINIT),y)
romstage-y += early_dmi.c romstage-y += early_dmi.c
romstage-y += raminit.c romstage-y += raminit.c
romstage-y += raminit_common.c romstage-y += raminit_common.c
romstage-y += raminit_ivy.c romstage-y += raminit_native.c
romstage-y += raminit_tables.c romstage-y += raminit_tables.c
romstage-y += ../../../device/dram/ddr3.c romstage-y += ../../../device/dram/ddr3.c
else else