mainboard/amd/olivehillplus: Fix coding style
Change-Id: I489780d205e0784914063454c6071b046df6cc30 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/23539 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
@@ -72,7 +72,8 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
|||||||
*/
|
*/
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
for(i = 0; i < 200000; i++) inb(0xCD6);
|
for (i = 0; i < 200000; i++)
|
||||||
|
inb(0xCD6);
|
||||||
}
|
}
|
||||||
|
|
||||||
post_code(0x37);
|
post_code(0x37);
|
||||||
|
Reference in New Issue
Block a user