From 6a8c96f16991b135e94943727c9dd301a6ab613f Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Thu, 9 Jul 2020 06:43:07 +0300 Subject: Revert "src/amd/common: Exclude biosram from psp_verstage" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit f38af663d2c2c854859715803da249e6c24032db. The build error was a spurious ENV_X86 guard in that called for a different clean up. Signed-off-by: Kyösti Mälkki Change-Id: I0a995301404b67224be6addbeebf984c4b5c47d5 Reviewed-on: https://review.coreboot.org/c/coreboot/+/43067 Reviewed-by: Felix Held Reviewed-by: Raul Rangel Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/soc/amd/common/block/acpimmio/Makefile.inc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src') diff --git a/src/soc/amd/common/block/acpimmio/Makefile.inc b/src/soc/amd/common/block/acpimmio/Makefile.inc index 8981231cff..6537d5625d 100644 --- a/src/soc/amd/common/block/acpimmio/Makefile.inc +++ b/src/soc/amd/common/block/acpimmio/Makefile.inc @@ -3,11 +3,7 @@ ifeq ($(CONFIG_SOC_AMD_COMMON_BLOCK_ACPIMMIO),y) all-y += mmio_util.c smm-y += mmio_util.c -bootblock-y += biosram.c -verstage_x86-y += biosram.c -romstage-y += biosram.c -postcar-y += biosram.c -ramstage-y += biosram.c +all-y += biosram.c smm-y += biosram.c bootblock-y += print_reset_status.c -- cgit v1.2.3