diff options
author | Felix Singer <felixsinger@posteo.net> | 2021-01-07 02:40:36 +0000 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2021-01-09 15:20:52 +0000 |
commit | 98b51f4cf93337a4ea0e4276d6afebde28005ad2 (patch) | |
tree | f4cfae3ca9bfb3562a79dc4490f659e40e3d4582 /src/mainboard/google/parrot/early_init.c | |
parent | 32d893bfbb41792f29127e5f651da300c9b0079f (diff) |
mb/google/parrot: Fix spacing issues
Add a space after each comma to fix linter issues.
Change-Id: I5533c4fc7aa0e986da4350ec56b84903b3111a07
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49198
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/google/parrot/early_init.c')
-rw-r--r-- | src/mainboard/google/parrot/early_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/parrot/early_init.c b/src/mainboard/google/parrot/early_init.c index f0ffc9fe4c..b7ed73c6cf 100644 --- a/src/mainboard/google/parrot/early_init.c +++ b/src/mainboard/google/parrot/early_init.c @@ -68,7 +68,7 @@ void mainboard_fill_pei_data(struct pei_data *pei_data) .thermalbase = 0xfed08000, .system_type = 0, // 0 Mobile, 1 Desktop/Server .tseg_size = CONFIG_SMM_TSEG_SIZE, - .spd_addresses = { 0xA0, 0x00,0xA4,0x00 }, + .spd_addresses = { 0xA0, 0x00, 0xA4, 0x00 }, .ts_addresses = { 0x00, 0x00, 0x00, 0x00 }, .ec_present = 1, // 0 = leave channel enabled |