aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2004-03-19 11:27:40 +0000
committerStefan Reinauer <stepan@openbios.org>2004-03-19 11:27:40 +0000
commit05c4377cce320bb107f1ed87cbdf3920f783e313 (patch)
treec1ffcb0c10b0a6bfd30f6c70e9e4ce8895d30afe /src/mainboard/amd
parente3c79ed89beddde0655775da6d5947a56b86f3cf (diff)
compile fix
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1443 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r--src/mainboard/amd/solo/failover.c2
1 files changed, 1 insertions, 1 deletions
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();