diff options
Diffstat (limited to 'src/mainboard/Iwill/DK8S2/failover.c')
-rw-r--r-- | src/mainboard/Iwill/DK8S2/failover.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/Iwill/DK8S2/failover.c b/src/mainboard/Iwill/DK8S2/failover.c index bd9c17020e..e40891b50d 100644 --- a/src/mainboard/Iwill/DK8S2/failover.c +++ b/src/mainboard/Iwill/DK8S2/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(); |