From 05c4377cce320bb107f1ed87cbdf3920f783e313 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 19 Mar 2004 11:27:40 +0000 Subject: compile fix git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1443 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/amd/solo/failover.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/amd') diff --git a/src/mainboard/amd/solo/failover.c b/src/mainboard/amd/solo/failover.c index bd5869fead..b22abfea06 100644 --- a/src/mainboard/amd/solo/failover.c +++ b/src/mainboard/amd/solo/failover.c @@ -43,7 +43,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(); -- cgit v1.2.3