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 <marshalldawson3rd@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38145
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
Marshall Dawson 2020-01-02 15:38:59 -07:00
parent e67f539de4
commit 19be7b569e
1 changed files with 1 additions and 1 deletions

View File

@ -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)