From e8b5c31f2c7a49a677c1f82d82d81111c5294f03 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sat, 5 Jan 2019 09:25:11 +0200 Subject: binaryPI: Drop warning on EXT_CONF_SUPPORT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Copy-paste from fam15 code. Change-Id: Ic52031c57a8b659bff5ca03a66ec2291140d2233 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/30730 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: Nico Huber --- src/cpu/amd/pi/00630F01/Kconfig | 4 ---- src/cpu/amd/pi/00660F01/Kconfig | 4 ---- 2 files changed, 8 deletions(-) (limited to 'src/cpu') diff --git a/src/cpu/amd/pi/00630F01/Kconfig b/src/cpu/amd/pi/00630F01/Kconfig index cb0d53cef4..f3ed237130 100644 --- a/src/cpu/amd/pi/00630F01/Kconfig +++ b/src/cpu/amd/pi/00630F01/Kconfig @@ -23,10 +23,6 @@ config CPU_ADDR_BITS int default 48 -config EXT_CONF_SUPPORT - bool - default n - config CBB hex default 0x0 diff --git a/src/cpu/amd/pi/00660F01/Kconfig b/src/cpu/amd/pi/00660F01/Kconfig index 96eb179e15..d57cfb17bf 100644 --- a/src/cpu/amd/pi/00660F01/Kconfig +++ b/src/cpu/amd/pi/00660F01/Kconfig @@ -23,10 +23,6 @@ config CPU_ADDR_BITS int default 48 -config EXT_CONF_SUPPORT - bool - default n - config CBB hex default 0x0 -- cgit v1.2.3