aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/tyan/s2880
diff options
context:
space:
mode:
authorLi-Ta Lo <ollie@lanl.gov>2004-01-12 20:00:43 +0000
committerLi-Ta Lo <ollie@lanl.gov>2004-01-12 20:00:43 +0000
commitf0721563b48ff7e2ad1bd7398da2747ec1a3b055 (patch)
tree2f8494d4680579cd7a21bc899a0f6011c97d64bb /src/mainboard/tyan/s2880
parent12eee5111f4a6ba87f48bb7db9c7d42f1ea77d07 (diff)
Tyan mainboard changes form YhLu
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1326 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/tyan/s2880')
-rw-r--r--src/mainboard/tyan/s2880/auto.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/tyan/s2880/auto.c b/src/mainboard/tyan/s2880/auto.c
index d9c1f1cb9b..2d3f1fb3ae 100644
--- a/src/mainboard/tyan/s2880/auto.c
+++ b/src/mainboard/tyan/s2880/auto.c
@@ -158,8 +158,8 @@ static void main(void)
.f1 = PCI_DEV(0, 0x19, 1),
.f2 = PCI_DEV(0, 0x19, 2),
.f3 = PCI_DEV(0, 0x19, 3),
- .channel0 = { (0xa<<3)|4, (0xa<<3)|6, 0, 0 },
- .channel1 = { (0xa<<3)|5, (0xa<<3)|7, 0, 0 },
+ .channel0 = { (0xa<<3)|4, 0, 0, 0 },
+ .channel1 = { (0xa<<3)|5, 0, 0, 0 },
},
#endif
};
@@ -169,7 +169,7 @@ static void main(void)
enable_lapic();
init_timer();
if (!boot_cpu() ) {
- notify_bsp_ap_is_stopped();
+// notify_bsp_ap_is_stopped();
stop_this_cpu();
}
uart_init();