diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2018-04-19 17:08:16 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-04-25 11:43:04 +0000 |
commit | 5bc1f13b841aabff881393964e3f62c73f76e7ae (patch) | |
tree | ee40de75708cfc1eaf9dda1acd10c6e76052a3ff /src/northbridge/via/vx900 | |
parent | 894e3a9ec807661a99dff426b3e07188d3507d2e (diff) | |
download | coreboot-5bc1f13b841aabff881393964e3f62c73f76e7ae.tar.xz |
vx900: Drop some unused defines
These are redundant -- the actual APIC Ids and addresses are in the
devicetree.
Change-Id: I895563dd574a8f4631866ceec91a20cbc3b158e4
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Reviewed-on: https://review.coreboot.org/25800
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/northbridge/via/vx900')
-rw-r--r-- | src/northbridge/via/vx900/vx900.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/northbridge/via/vx900/vx900.h b/src/northbridge/via/vx900/vx900.h index 216f63783e..fe756f9665 100644 --- a/src/northbridge/via/vx900/vx900.h +++ b/src/northbridge/via/vx900/vx900.h @@ -18,12 +18,6 @@ #define VX900_ACPI_IO_BASE 0x0400 -#define VX900_NB_IOAPIC_ID 0x2 -#define VX900_NB_IOAPIC_BASE 0xfecc000 - -#define VX900_SB_IOAPIC_ID 0x1 -#define VX900_SB_IOAPIC_BASE 0xfec0000 - #define SMBUS_IO_BASE 0x500 #define VX900_MMCONFIG_MBAR 0xbc |