From fa2786a01008588f0effb92874e776c668c63b22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Fri, 7 Jul 2017 23:05:40 +0300 Subject: binaryPI: Drop non-soc stoneyridge trees MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/20502 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer Reviewed-by: Marshall Dawson --- src/cpu/amd/pi/Kconfig | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/cpu/amd/pi/Kconfig') diff --git a/src/cpu/amd/pi/Kconfig b/src/cpu/amd/pi/Kconfig index 91363c5f59..c0e942837e 100644 --- a/src/cpu/amd/pi/Kconfig +++ b/src/cpu/amd/pi/Kconfig @@ -17,8 +17,6 @@ config CPU_AMD_PI bool default y if CPU_AMD_PI_00630F01 default y if CPU_AMD_PI_00730F01 - default y if CPU_AMD_PI_00670F00_FP4 - default y if CPU_AMD_PI_00670F00_FT4 default y if CPU_AMD_PI_00660F01 default n select ARCH_BOOTBLOCK_X86_32 @@ -71,5 +69,4 @@ endif # CPU_AMD_PI source src/cpu/amd/pi/00630F01/Kconfig source src/cpu/amd/pi/00730F01/Kconfig -source src/cpu/amd/pi/00670F00/Kconfig source src/cpu/amd/pi/00660F01/Kconfig -- cgit v1.2.3