From 19be7b569e5d0162c76774c33f86472eea0e6f5d Mon Sep 17 00:00:00 2001 From: Marshall Dawson Date: Thu, 2 Jan 2020 15:38:59 -0700 Subject: vc/amd/pi/00670F00: Fix typo in phony target declaration Correct a copy/paste error for warn_no_agesa. Change-Id: Ife2cca47f1f816f99395b33976d08826c53e3c3e Signed-off-by: Marshall Dawson Reviewed-on: https://review.coreboot.org/c/coreboot/+/38145 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Nico Huber --- src/vendorcode/amd/pi/00670F00/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vendorcode') diff --git a/src/vendorcode/amd/pi/00670F00/Makefile.inc b/src/vendorcode/amd/pi/00670F00/Makefile.inc index c78e15a288..f6cd8ebbec 100644 --- a/src/vendorcode/amd/pi/00670F00/Makefile.inc +++ b/src/vendorcode/amd/pi/00670F00/Makefile.inc @@ -121,7 +121,7 @@ warn_no_agesa: printf "coreboot has been built with no AGESA support. Successfully " printf "booting this image will be impossible.\n\n" -PHONY+=warn_no_amdfw +PHONY+=warn_no_agesa ifeq ($(CONFIG_AGESA_SPLIT_MEMORY_FILES), y) -- cgit v1.2.3