Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/35770 )
Change subject: nb/intel/nehalem: Don't link walkcbfs.S in romstage ......................................................................
nb/intel/nehalem: Don't link walkcbfs.S in romstage
Change-Id: I5bb0c38353d340cc5d356fba299a4460e3f5bddc Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/northbridge/intel/nehalem/Makefile.inc 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/70/35770/1
diff --git a/src/northbridge/intel/nehalem/Makefile.inc b/src/northbridge/intel/nehalem/Makefile.inc index ebb7b8b..180cc09 100644 --- a/src/northbridge/intel/nehalem/Makefile.inc +++ b/src/northbridge/intel/nehalem/Makefile.inc @@ -26,7 +26,6 @@ romstage-y += raminit.c romstage-y += raminit_tables.c romstage-y += early_init.c -romstage-y += ../../../arch/x86/walkcbfs.S
smm-y += finalize.c