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>
This commit is contained in:
parent
894e3a9ec8
commit
5bc1f13b84
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue