From 43a9ffb5900b674f0175948527e92c1a263f21a1 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sun, 9 Jul 2023 15:57:23 +0200 Subject: [PATCH] nb/sandybridge: Remove redundant include of "ddr3.c" It is already selected here device/dram/Makefile.inc Change-Id: I32a1ecc4e0f90725f9356158ce2978502b590d5c Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/76390 Reviewed-by: Felix Singer Tested-by: build bot (Jenkins) --- src/northbridge/intel/sandybridge/Makefile.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/northbridge/intel/sandybridge/Makefile.inc b/src/northbridge/intel/sandybridge/Makefile.inc index 63806819de..36fc16b4c4 100644 --- a/src/northbridge/intel/sandybridge/Makefile.inc +++ b/src/northbridge/intel/sandybridge/Makefile.inc @@ -25,7 +25,6 @@ romstage-y += raminit_common.c romstage-y += raminit_iosav.c romstage-y += raminit_native.c romstage-y += raminit_tables.c -romstage-y += ../../../device/dram/ddr3.c else romstage-y += raminit_mrc.c cbfs-files-y += mrc.bin