Revert "src/amd/common: Exclude biosram from psp_verstage"

This reverts commit f38af663d2.

The build error was a spurious ENV_X86 guard in <cbmem.h> that
called for a different clean up.

Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Change-Id: I0a995301404b67224be6addbeebf984c4b5c47d5
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43067
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Kyösti Mälkki 2020-07-09 06:43:07 +03:00 committed by Felix Held
parent 964d91f7d7
commit 6a8c96f169
1 changed files with 1 additions and 5 deletions

View File

@ -3,11 +3,7 @@ ifeq ($(CONFIG_SOC_AMD_COMMON_BLOCK_ACPIMMIO),y)
all-y += mmio_util.c all-y += mmio_util.c
smm-y += mmio_util.c smm-y += mmio_util.c
bootblock-y += biosram.c all-y += biosram.c
verstage_x86-y += biosram.c
romstage-y += biosram.c
postcar-y += biosram.c
ramstage-y += biosram.c
smm-y += biosram.c smm-y += biosram.c
bootblock-y += print_reset_status.c bootblock-y += print_reset_status.c