Kevin Chiu has uploaded this change for review.

View Change

mb/google/reef/variants/: fix Samsung K4F6E3S4HM-MGCJ density

Samsung K4F6E3S4HM-MGCJ density is 16Gb

BUG=b:121228792
BRANCH=master
TEST=emerge-snappy coreboot chromeos-bootimage
MemTotal: 8041964kB in /proc/meminfo
Change-Id: Ie8ecd82b92d4e82d3955cf773febca30f6280a5e
Signed-off-by: Kevin Chiu <Kevin.Chiu@quantatw.com>
---
M src/mainboard/google/reef/variants/baseboard/memory.c
1 file changed, 2 insertions(+), 2 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/95/33795/1
diff --git a/src/mainboard/google/reef/variants/baseboard/memory.c b/src/mainboard/google/reef/variants/baseboard/memory.c
index f298cae..7673107 100644
--- a/src/mainboard/google/reef/variants/baseboard/memory.c
+++ b/src/mainboard/google/reef/variants/baseboard/memory.c
@@ -140,8 +140,8 @@
/* K4F6E3S4HM-MGCJ - both logical channels */
[7] = {
.speed = LP4_SPEED_2400,
- .ch0_rank_density = LP4_8Gb_DENSITY,
- .ch1_rank_density = LP4_8Gb_DENSITY,
+ .ch0_rank_density = LP4_16Gb_DENSITY,
+ .ch1_rank_density = LP4_16Gb_DENSITY,
.part_num = "K4F6E3S4HM-MGCJ",
},
};

To view, visit change 33795. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ie8ecd82b92d4e82d3955cf773febca30f6280a5e
Gerrit-Change-Number: 33795
Gerrit-PatchSet: 1
Gerrit-Owner: Kevin Chiu <Kevin.Chiu@quantatw.com>
Gerrit-MessageType: newchange