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 <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76390
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes Haouas 2023-07-09 15:57:23 +02:00
parent 60a8a7de5a
commit 43a9ffb590
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ romstage-y += raminit_common.c
romstage-y += raminit_iosav.c romstage-y += raminit_iosav.c
romstage-y += raminit_native.c romstage-y += raminit_native.c
romstage-y += raminit_tables.c romstage-y += raminit_tables.c
romstage-y += ../../../device/dram/ddr3.c
else else
romstage-y += raminit_mrc.c romstage-y += raminit_mrc.c
cbfs-files-y += mrc.bin cbfs-files-y += mrc.bin