From a63fac3c58951e9cbbc9a25f03841d75e4fe7ec2 Mon Sep 17 00:00:00 2001 From: Fred Reitberger Date: Mon, 13 Feb 2023 11:06:15 -0500 Subject: soc/amd/common: Move missing APCB warning to common area Move missing APCB warning from birman to amd/common so that other mainboards can utilize the same warnings if the APCB is missing. Signed-off-by: Fred Reitberger Change-Id: I7ae689726ae4f7ccdf6959e47cbb5aee15cdb690 Reviewed-on: https://review.coreboot.org/c/coreboot/+/73002 Tested-by: build bot (Jenkins) Reviewed-by: Martin L Roth Reviewed-by: Matt DeVillier Reviewed-by: Felix Held --- src/mainboard/amd/birman/Makefile.inc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/mainboard/amd') diff --git a/src/mainboard/amd/birman/Makefile.inc b/src/mainboard/amd/birman/Makefile.inc index a19cb3539297..6255ff07c782 100644 --- a/src/mainboard/amd/birman/Makefile.inc +++ b/src/mainboard/amd/birman/Makefile.inc @@ -17,12 +17,6 @@ else files_added:: warn_no_apcb endif -PHONY+=warn_no_apcb -warn_no_apcb: - printf "\n\t** WARNING **\n" - printf "coreboot has been built without an APCB.\n" - printf "This image will not boot.\n\n" - ifeq ($(CONFIG_BIRMAN_HAVE_MCHP_FW),y) $(call add_intermediate, add_mchp_fw) $(CBFSTOOL) $(obj)/coreboot.pre write -r EC -f $(CONFIG_BIRMAN_MCHP_SIG_FILE) --fill-upward -- cgit v1.2.3