aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/biostar
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/biostar')
-rw-r--r--src/mainboard/biostar/am1ml/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/biostar/am1ml/romstage.c b/src/mainboard/biostar/am1ml/romstage.c
index 20708ccd47..7caa4dccb0 100644
--- a/src/mainboard/biostar/am1ml/romstage.c
+++ b/src/mainboard/biostar/am1ml/romstage.c
@@ -153,7 +153,7 @@ void board_BeforeAgesa(struct sysinfo *cb)
/* On Larne, after LpcClkDrvSth is set, it needs some time to be stable, because of the buffer ICS551M */
int i;
- for(i = 0; i < 200000; i++)
+ for (i = 0; i < 200000; i++)
val = inb(0xcd6);
outb(0xEA, 0xCD6);