aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/sandybridge/Makefile.inc
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-03-23 23:34:16 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-03-26 10:19:31 +0000
commit07609028ecb4ee1dc52557b9599672a4d62dd60e (patch)
treeefce8685c691c9a85c38b0cdd6b8915a54da4540 /src/northbridge/intel/sandybridge/Makefile.inc
parentefbed263dfc1f85b61f1e023682d4e885ed207aa (diff)
nb/intel/sandybridge: Drop dead code
Sandy Bridge now uses the same code as Ivy Bridge. Drop the old code. Change-Id: I4f6a71a4223194d83c0ee790d317ecdcafd664fd Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39789 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/northbridge/intel/sandybridge/Makefile.inc')
-rw-r--r--src/northbridge/intel/sandybridge/Makefile.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/northbridge/intel/sandybridge/Makefile.inc b/src/northbridge/intel/sandybridge/Makefile.inc
index 81f3818e62..9cff82dd3f 100644
--- a/src/northbridge/intel/sandybridge/Makefile.inc
+++ b/src/northbridge/intel/sandybridge/Makefile.inc
@@ -23,7 +23,6 @@ ifeq ($(CONFIG_USE_NATIVE_RAMINIT),y)
romstage-y += early_dmi.c
romstage-y += raminit.c
romstage-y += raminit_common.c
-romstage-y += raminit_sandy.c
romstage-y += raminit_ivy.c
romstage-y += raminit_tables.c
romstage-y += ../../../device/dram/ddr3.c