Marshall Dawson has uploaded this change for review. ( https://review.coreboot.org/27255
Change subject: amd/common/pi: Remove AGESA support files from bootblock ......................................................................
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 --- M src/soc/amd/common/block/pi/Makefile.inc 1 file changed, 0 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/55/27255/1
diff --git a/src/soc/amd/common/block/pi/Makefile.inc b/src/soc/amd/common/block/pi/Makefile.inc index f5f1f99..65386f2 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