summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-03-09 08:52:14 +0100
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-03-13 06:56:11 +0000
commitd21495549bc81f5aac5ba9ffe152d2de7ed62035 (patch)
tree6426b6551cb4b571423488e34511af69a27cf60e
parent6b2e4369956eb3edd0982bc848db712c107c9a23 (diff)
downloadcoreboot-d21495549bc81f5aac5ba9ffe152d2de7ed62035.tar.gz
coreboot-d21495549bc81f5aac5ba9ffe152d2de7ed62035.tar.bz2
coreboot-d21495549bc81f5aac5ba9ffe152d2de7ed62035.zip
nb/amd/amdfam10: Remove define macro already done in 'amdfam10.h'
Change-Id: I69ec0eb6af67c3f12b627de2903be26252e2b35b Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31825 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
-rw-r--r--src/northbridge/amd/amdfam10/util.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/northbridge/amd/amdfam10/util.c b/src/northbridge/amd/amdfam10/util.c
index 41f4deb4f728..20e5910ef6e1 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))
/**