diff options
author | David W. Hendricks <dwh@lanl.gov> | 2004-05-26 17:21:02 +0000 |
---|---|---|
committer | David W. Hendricks <dwh@lanl.gov> | 2004-05-26 17:21:02 +0000 |
commit | 58133c29fee609d4810bde125a2f18b4d91b72b1 (patch) | |
tree | acbb2a01e656a92c9b1a7dd8a13b73f15b4d238f /src/mainboard/Iwill/DK8S2/failover.c | |
parent | 36a74b0c188c866d1bcf507a61bf2808858ab858 (diff) |
Early work on IWill DK8S2 motherboard.
Tweaking in progress.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1573 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/Iwill/DK8S2/failover.c')
-rw-r--r-- | src/mainboard/Iwill/DK8S2/failover.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/Iwill/DK8S2/failover.c b/src/mainboard/Iwill/DK8S2/failover.c index bd9c17020e..e40891b50d 100644 --- a/src/mainboard/Iwill/DK8S2/failover.c +++ b/src/mainboard/Iwill/DK8S2/failover.c @@ -14,7 +14,7 @@ static void main(void) { /* Nothing special needs to be done to find bus 0 */ /* Allow the HT devices to be found */ - enumerate_ht_chain(0); + enumerate_ht_chain(); /* Setup the 8111 */ amd8111_enable_rom(); |