From 9de82612fe722cf3526ed508a463bfb6c9f911d0 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Thu, 13 Apr 2017 16:56:07 +0300 Subject: binaryPI: Switch to agesa/def_callouts.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id20a49385aeb336461acd0bd186a4ab7f3fb95b8 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/19274 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/northbridge/amd/pi/Makefile.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/northbridge/amd/pi/Makefile.inc') diff --git a/src/northbridge/amd/pi/Makefile.inc b/src/northbridge/amd/pi/Makefile.inc index de4dc04681..a0bfe54bf1 100644 --- a/src/northbridge/amd/pi/Makefile.inc +++ b/src/northbridge/amd/pi/Makefile.inc @@ -20,9 +20,10 @@ subdirs-$(CONFIG_NORTHBRIDGE_AMD_PI_00730F01) += 00730F01 subdirs-$(CONFIG_NORTHBRIDGE_AMD_PI_00660F01) += 00660F01 romstage-y += agesawrapper.c -romstage-y += def_callouts.c ramstage-y += agesawrapper.c -ramstage-y += def_callouts.c + +romstage-y += ../agesa/def_callouts.c +ramstage-y += ../agesa/def_callouts.c romstage-y += ramtop.c ramstage-y += ramtop.c -- cgit v1.2.3