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:
Elyes HAOUAS 2018-02-01 09:54:05 +01:00 committed by Felix Held
parent c7d5e4395f
commit 47d587c837

View file

@ -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);