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/northbridge/amd/pi/00630F01/northbridge.c | 4 ---- src/northbridge/amd/pi/00660F01/northbridge.c | 4 ---- 2 files changed, 8 deletions(-) (limited to 'src/northbridge/amd/pi') diff --git a/src/northbridge/amd/pi/00630F01/northbridge.c b/src/northbridge/amd/pi/00630F01/northbridge.c index ecd259e7dd..11158d04e7 100644 --- a/src/northbridge/amd/pi/00630F01/northbridge.c +++ b/src/northbridge/amd/pi/00630F01/northbridge.c @@ -44,10 +44,6 @@ #define MAX_NODE_NUMS MAX_NODES -#if IS_ENABLED(CONFIG_EXT_CONF_SUPPORT) -#error CONFIG_EXT_CONF_SUPPORT == 1 not support anymore! -#endif - typedef struct dram_base_mask { u32 base; //[47:27] at [28:8] u32 mask; //[47:27] at [28:8] and enable at bit 0 diff --git a/src/northbridge/amd/pi/00660F01/northbridge.c b/src/northbridge/amd/pi/00660F01/northbridge.c index 427e99e66b..d107964c50 100644 --- a/src/northbridge/amd/pi/00660F01/northbridge.c +++ b/src/northbridge/amd/pi/00660F01/northbridge.c @@ -42,10 +42,6 @@ #define MAX_NODE_NUMS MAX_NODES -#if IS_ENABLED(CONFIG_EXT_CONF_SUPPORT) -#error CONFIG_EXT_CONF_SUPPORT == 1 not support anymore! -#endif - typedef struct dram_base_mask { u32 base; //[47:27] at [28:8] u32 mask; //[47:27] at [28:8] and enable at bit 0 -- cgit v1.2.3