diff options
Diffstat (limited to 'src/mainboard/tyan')
-rw-r--r-- | src/mainboard/tyan/s2885/auto.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/tyan/s2885/auto.c b/src/mainboard/tyan/s2885/auto.c index b5766c166a..7211429854 100644 --- a/src/mainboard/tyan/s2885/auto.c +++ b/src/mainboard/tyan/s2885/auto.c @@ -180,13 +180,9 @@ static void main(unsigned long bist) #if 1 static const struct ht_chain ht_c[] = { { /* Link 2 of CPU0 */ - .udev = PCI_DEV(0, 0x18, 0), - .upos = 0xc0, .devreg = 0xe0, /* Preset bus num in resource map */ }, { /* Link 0 of CPU0 */ - .udev = PCI_DEV(0, 0x18, 0), - .upos = 0x80, .devreg = 0xe4, /* Preset bus num in resource map */ }, }; |