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> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33795 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
fb49379ed2
commit
76378b3c01
|
@ -140,8 +140,8 @@ static const struct lpddr4_sku skus[] = {
|
||||||
/* K4F6E3S4HM-MGCJ - both logical channels */
|
/* K4F6E3S4HM-MGCJ - both logical channels */
|
||||||
[7] = {
|
[7] = {
|
||||||
.speed = LP4_SPEED_2400,
|
.speed = LP4_SPEED_2400,
|
||||||
.ch0_rank_density = LP4_8Gb_DENSITY,
|
.ch0_rank_density = LP4_16Gb_DENSITY,
|
||||||
.ch1_rank_density = LP4_8Gb_DENSITY,
|
.ch1_rank_density = LP4_16Gb_DENSITY,
|
||||||
.part_num = "K4F6E3S4HM-MGCJ",
|
.part_num = "K4F6E3S4HM-MGCJ",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue