aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-03-27 19:57:51 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-04-10 10:47:46 +0000
commitb67cfbbe425ac31f172922f72974e5fae30368e1 (patch)
treef51a7cda787e0ad0d12a9a62384150e3f868a9d9 /src/cpu/amd
parent7024e66a13e8edc557ca2f15b318816de081eb95 (diff)
cpu/amd/microcode/microcode.c: Remove unneeded whitespace
Change-Id: Ib6f73dc0b0d11f6b66b7dbdd33cd6785359191ab Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/25388 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/cpu/amd')
-rw-r--r--src/cpu/amd/microcode/microcode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/amd/microcode/microcode.c b/src/cpu/amd/microcode/microcode.c
index ec7e7333bb..71ecc01a36 100644
--- a/src/cpu/amd/microcode/microcode.c
+++ b/src/cpu/amd/microcode/microcode.c
@@ -175,7 +175,7 @@ static void amd_update_microcode(const void *ucode, size_t ucode_len,
cur_section_hdr = c + 4 + blob_size;
sec_hdr_id = read32(cur_section_hdr);
- c = cur_section_hdr + 4;
+ c = cur_section_hdr + 4;
}
}