From d21495549bc81f5aac5ba9ffe152d2de7ed62035 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 9 Mar 2019 08:52:14 +0100 Subject: nb/amd/amdfam10: Remove define macro already done in 'amdfam10.h' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I69ec0eb6af67c3f12b627de2903be26252e2b35b Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/31825 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/northbridge/amd/amdfam10/util.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/northbridge') diff --git a/src/northbridge/amd/amdfam10/util.c b/src/northbridge/amd/amdfam10/util.c index 41f4deb4f7..20e5910ef6 100644 --- a/src/northbridge/amd/amdfam10/util.c +++ b/src/northbridge/amd/amdfam10/util.c @@ -41,13 +41,6 @@ #define CONF_ROUTE_START 0xe0 #define CONF_ROUTE_END 0xec -#define PCI_IO_BASE0 0xc0 -#define PCI_IO_BASE1 0xc8 -#define PCI_IO_BASE2 0xd0 -#define PCI_IO_BASE3 0xd8 -#define PCI_IO_BASE_VGA_EN (1 << 4) -#define PCI_IO_BASE_NO_ISA (1 << 5) - #define BITS(r, shift, mask) (((r>>shift)&mask)) /** -- cgit v1.2.3