summaryrefslogtreecommitdiff
path: root/src/northbridge/amd/agesa/common
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2016-09-18 08:50:54 +0200
committerPatrick Georgi <pgeorgi@google.com>2016-09-20 17:42:03 +0200
commit1d8daa66ee1cf8002aa94a77fe5c8eae95ac351c (patch)
tree315565b8265f99fa4643a33410b2cf50cbf23d28 /src/northbridge/amd/agesa/common
parent9309552068c2cb4e0781b3268c740f93022b599e (diff)
northbridge/amd/agesa: Improve code formatting
Change-Id: If700dc5fa9ae33649993557f71db0fe1eb76204b Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16634 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/northbridge/amd/agesa/common')
-rw-r--r--src/northbridge/amd/agesa/common/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/amd/agesa/common/common.c b/src/northbridge/amd/agesa/common/common.c
index ab8f687597..8dd2ac0725 100644
--- a/src/northbridge/amd/agesa/common/common.c
+++ b/src/northbridge/amd/agesa/common/common.c
@@ -54,7 +54,7 @@ AGESA_STATUS common_ReadCbfsSpd (UINT32 Func, UINT32 Data, VOID *ConfigPtr)
memcpy((char*)info->Buffer, spd_file, spd_file_length);
u16 crc = spd_ddr3_calc_crc(info->Buffer, spd_file_length);
- if (crc == 0){
+ if (crc == 0) {
printk(BIOS_EMERG, "Error: Unable to calculate CRC on SPD\n");
return AGESA_UNSUPPORTED;
}