Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/23534
Change subject: mainboard/biostar/am1ml: Add required space before opening parenthesis '('
......................................................................
mainboard/biostar/am1ml: Add required space before opening parenthesis '('
Change-Id: Ic1ea93ec54f6ca52e1af8ff09998b8859358b5a0
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
---
M src/mainboard/biostar/am1ml/romstage.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/34/23534/1
diff --git a/src/mainboard/biostar/am1ml/romstage.c b/src/mainboard/biostar/am1ml/romstage.c
index 20708cc..7caa4dc 100644
--- a/src/mainboard/biostar/am1ml/romstage.c
+++ b/src/mainboard/biostar/am1ml/romstage.c
@@ -153,7 +153,7 @@
/* 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);
--
To view, visit https://review.coreboot.org/23534
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic1ea93ec54f6ca52e1af8ff09998b8859358b5a0
Gerrit-Change-Number: 23534
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas(a)noos.fr>