From c06ee50d3d5f0a5ffea7e71553bc2fec740e8b6c Mon Sep 17 00:00:00 2001 From: Marshall Dawson Date: Wed, 27 Jun 2018 10:54:21 -0600 Subject: amd/common/pi: Remove AGESA support files from bootblock MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/27255 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki Reviewed-by: Martin Roth Reviewed-by: Paul Menzel --- src/soc/amd/common/block/pi/Makefile.inc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/soc/amd/common/block/pi') 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 -- cgit v1.2.3