diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-02-01 09:54:05 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2018-04-29 17:08:43 +0000 |
commit | 47d587c837ebe39d6c6e8bf18eaf1401c1126a6e (patch) | |
tree | 201d4d70c4773a4ef0731760a67aa5df1ef8a019 /src | |
parent | c7d5e4395f66bb1a19c6135fbf664ffdb2eb771d (diff) |
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/amd/olivehillplus/romstage.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/amd/olivehillplus/romstage.c b/src/mainboard/amd/olivehillplus/romstage.c index ff2c4c411d..4ad0f6df81 100644 --- a/src/mainboard/amd/olivehillplus/romstage.c +++ b/src/mainboard/amd/olivehillplus/romstage.c @@ -72,7 +72,8 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx) */ { int i; - for(i = 0; i < 200000; i++) inb(0xCD6); + for (i = 0; i < 200000; i++) + inb(0xCD6); } post_code(0x37); |