diff options
author | Stefan Reinauer <stepan@openbios.org> | 2004-03-19 12:15:19 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2004-03-19 12:15:19 +0000 |
commit | 1943d501b4da5ad1de370208a4b64e177c55fe2a (patch) | |
tree | ef43b281680195ceae9370561c15c1f585499e7f /src/mainboard/newisys/khepri/failover.c | |
parent | 0eed64bf66c91cb75bad04e6dc11c5a0e7c07670 (diff) | |
download | coreboot-1943d501b4da5ad1de370208a4b64e177c55fe2a.tar.xz |
adapt to 1.1.6
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1445 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/newisys/khepri/failover.c')
-rw-r--r-- | src/mainboard/newisys/khepri/failover.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/newisys/khepri/failover.c b/src/mainboard/newisys/khepri/failover.c index bd9c17020e..e40891b50d 100644 --- a/src/mainboard/newisys/khepri/failover.c +++ b/src/mainboard/newisys/khepri/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(); |