mainboard/biostar/am1ml: Add required space before opening parenthesis '('
Change-Id: Ic1ea93ec54f6ca52e1af8ff09998b8859358b5a0 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/23534 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
36ece9380a
commit
db8e8f39d3
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue