summaryrefslogtreecommitdiff
path: root/src/mainboard/newisys/khepri/failover.c
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2004-03-19 12:15:19 +0000
committerStefan Reinauer <stepan@openbios.org>2004-03-19 12:15:19 +0000
commit1943d501b4da5ad1de370208a4b64e177c55fe2a (patch)
treeef43b281680195ceae9370561c15c1f585499e7f /src/mainboard/newisys/khepri/failover.c
parent0eed64bf66c91cb75bad04e6dc11c5a0e7c07670 (diff)
downloadcoreboot-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.c2
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();