diff options
-rw-r--r-- | src/mainboard/amd/solo/failover.c | 2 |
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(); |