diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-07-07 23:05:40 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-07-12 03:34:46 +0000 |
commit | fa2786a01008588f0effb92874e776c668c63b22 (patch) | |
tree | f1d858997f85d1dc79a9b7f2711c18570de1ed26 /src/cpu/amd/pi/Makefile.inc | |
parent | 2db7922cca8663eb464e63599f4c9de17f6ba2c8 (diff) | |
download | coreboot-fa2786a01008588f0effb92874e776c668c63b22.tar.xz |
binaryPI: Drop non-soc stoneyridge trees
These sources are no longer part of build-tests and transition
to soc/ appears to be completed.
Change-Id: I9bc2212f44d79c795e5b8f6d62b6ee3c42de779a
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/20502
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/cpu/amd/pi/Makefile.inc')
-rw-r--r-- | src/cpu/amd/pi/Makefile.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/amd/pi/Makefile.inc b/src/cpu/amd/pi/Makefile.inc index a5ed12054a..3b3f7accc9 100644 --- a/src/cpu/amd/pi/Makefile.inc +++ b/src/cpu/amd/pi/Makefile.inc @@ -15,8 +15,6 @@ subdirs-$(CONFIG_CPU_AMD_PI_00630F01) += 00630F01 subdirs-$(CONFIG_CPU_AMD_PI_00730F01) += 00730F01 -subdirs-$(CONFIG_CPU_AMD_PI_00670F00_FP4) += 00670F00 -subdirs-$(CONFIG_CPU_AMD_PI_00670F00_FT4) += 00670F00 subdirs-$(CONFIG_CPU_AMD_PI_00660F01) += 00660F01 ramstage-$(CONFIG_SPI_FLASH) += spi.c |