From 2de78e25a32931536cb14cd4b51d612ae546fcdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=BBygowski?= Date: Sun, 9 May 2021 17:22:04 +0200 Subject: cpu/amd/pi/00630F01: Remove unused directory and code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No board currently uses AMD PI 00630F01 so remove it. Signed-off-by: Michał Żygowski Change-Id: If270c2a979346029748230952caba78a5e763d75 Reviewed-on: https://review.coreboot.org/c/coreboot/+/53993 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/cpu/amd/pi/Kconfig | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/cpu/amd/pi/Kconfig') diff --git a/src/cpu/amd/pi/Kconfig b/src/cpu/amd/pi/Kconfig index 7b214f7aa0..05d10652e7 100644 --- a/src/cpu/amd/pi/Kconfig +++ b/src/cpu/amd/pi/Kconfig @@ -2,7 +2,6 @@ config CPU_AMD_PI bool - default y if CPU_AMD_PI_00630F01 default y if CPU_AMD_PI_00730F01 default n select ARCH_ALL_STAGES_X86_32 @@ -38,5 +37,4 @@ config DCACHE_BSP_STACK_SIZE endif # CPU_AMD_PI -source "src/cpu/amd/pi/00630F01/Kconfig" source "src/cpu/amd/pi/00730F01/Kconfig" -- cgit v1.2.3