diff options
author | Fred Reitberger <reitbergerfred@gmail.com> | 2023-02-13 11:06:15 -0500 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-02-15 13:07:04 +0000 |
commit | a63fac3c58951e9cbbc9a25f03841d75e4fe7ec2 (patch) | |
tree | aee61e1b55236643999c3bfee9771da00d165d49 /src/mainboard | |
parent | e814b265eab9f0b22e9400d3840278678a7fa4ee (diff) |
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 <reitbergerfred@gmail.com>
Change-Id: I7ae689726ae4f7ccdf6959e47cbb5aee15cdb690
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73002
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/amd/birman/Makefile.inc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/amd/birman/Makefile.inc b/src/mainboard/amd/birman/Makefile.inc index a19cb35392..6255ff07c7 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 |