summaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/pi
diff options
context:
space:
mode:
authorMarshall Dawson <marshalldawson3rd@gmail.com>2018-06-27 10:54:21 -0600
committerPatrick Georgi <pgeorgi@google.com>2018-06-28 09:29:22 +0000
commitc06ee50d3d5f0a5ffea7e71553bc2fec740e8b6c (patch)
treebc31a93c59bc60d6aa0cd2f9fbc4a6f7d82a464a /src/soc/amd/common/block/pi
parent418c2bb29bc45440ff16ba6bd4d914e8d279eabc (diff)
downloadcoreboot-c06ee50d3d5f0a5ffea7e71553bc2fec740e8b6c.tar.xz
amd/common/pi: Remove AGESA support files from bootblock
The stoneyridge bootblock no longer makes AGESA calls. Remove the support files from the bootblock build. TEST=boot Grunt Change-Id: I14d2336d5fb766a1acf5e812337ae0ab3ca4a6c1 Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-on: https://review.coreboot.org/27255 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/soc/amd/common/block/pi')
-rw-r--r--src/soc/amd/common/block/pi/Makefile.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/soc/amd/common/block/pi/Makefile.inc b/src/soc/amd/common/block/pi/Makefile.inc
index f5f1f99ab9..65386f2972 100644
--- a/src/soc/amd/common/block/pi/Makefile.inc
+++ b/src/soc/amd/common/block/pi/Makefile.inc
@@ -1,9 +1,5 @@
ifeq ($(CONFIG_SOC_AMD_COMMON_BLOCK_PI),y)
-bootblock-y += agesawrapper.c
-bootblock-y += def_callouts.c
-bootblock-y += heapmanager.c
-
romstage-y += agesawrapper.c
romstage-y += def_callouts.c
romstage-y += heapmanager.c