summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/reef
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2018-05-24 08:51:15 -0600
committerAaron Durbin <adurbin@chromium.org>2018-05-25 18:13:27 +0000
commit59326f35a98beca19b6aeb5c1c95ca1a1f7d8e76 (patch)
treecb8572839dc4b82112a4ffaa021e1459cef84da5 /src/mainboard/google/reef
parent7c670695fa560dee9fd7639b0ed2a2cf56889f53 (diff)
downloadcoreboot-59326f35a98beca19b6aeb5c1c95ca1a1f7d8e76.tar.gz
coreboot-59326f35a98beca19b6aeb5c1c95ca1a1f7d8e76.tar.bz2
coreboot-59326f35a98beca19b6aeb5c1c95ca1a1f7d8e76.zip
mb/google/reef: fix indention in memory.c
In cbdbf018 (mb/google/reef/variants/: Add new memory ID) a new memory configuration entry was added. However, it was using spaces for indention. Correct that. Change-Id: Iaf788b0ad8a6ef3b001e7f29a6710e6e8f731ecf Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/26513 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google/reef')
-rw-r--r--src/mainboard/google/reef/variants/baseboard/memory.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mainboard/google/reef/variants/baseboard/memory.c b/src/mainboard/google/reef/variants/baseboard/memory.c
index cdaca2910159..2ee3fb4dd82b 100644
--- a/src/mainboard/google/reef/variants/baseboard/memory.c
+++ b/src/mainboard/google/reef/variants/baseboard/memory.c
@@ -138,12 +138,12 @@ static const struct lpddr4_sku skus[] = {
.part_num = "MT53E512M32D2NP",
},
/* K4F6E3S4HM-MGCJ - both logical channels */
- [7] = {
- .speed = LP4_SPEED_2400,
- .ch0_rank_density = LP4_8Gb_DENSITY,
- .ch1_rank_density = LP4_8Gb_DENSITY,
- .part_num = "K4F6E3S4HM-MGCJ",
- },
+ [7] = {
+ .speed = LP4_SPEED_2400,
+ .ch0_rank_density = LP4_8Gb_DENSITY,
+ .ch1_rank_density = LP4_8Gb_DENSITY,
+ .part_num = "K4F6E3S4HM-MGCJ",
+ },
};
static const struct lpddr4_cfg lp4cfg = {