mb/google/octopus: Remove LPDDR4 RAMID index 5,6 CH[1] only SKU
From Intel EDS: Table 3-5. LPDDR4 Configurations CH00 CH01 CH10 CH11 "x32 BGA" "x32 BGA" "x32 BGA" "x32 BGA" "x32 BGA" "x32 BGA" "Unpopulated" "Unpopulated" CH[1](CH10/CH11) can't use alone without CH[0] BUG=b:135498646,b:136694293 BRANCH=octopus TEST=emerge-octopus coreboot chromeos-bootimage Change-Id: I03af74301aad3e688c97992b37c59b20a4fff58a Signed-off-by: Kevin Chiu <Kevin.Chiu@quantatw.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34069 Reviewed-by: Justin TerAvest <teravest@chromium.org> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
ad1456f0d7
commit
808440e6b2
|
@ -178,17 +178,6 @@ static const struct lpddr4_sku cbi_skus[] = {
|
|||
.ch0_rank_density = LP4_8Gb_DENSITY,
|
||||
.ch0_dual_rank = 1,
|
||||
},
|
||||
/* Single Channel Configs 4GiB System Capacity Ch1 populated. */
|
||||
[5] = {
|
||||
.speed = LP4_SPEED_2400,
|
||||
.ch1_rank_density = LP4_16Gb_DENSITY,
|
||||
},
|
||||
/* Single Channel Configs 4GiB System Capacity Ch1 populated. */
|
||||
[6] = {
|
||||
.speed = LP4_SPEED_2400,
|
||||
.ch1_rank_density = LP4_8Gb_DENSITY,
|
||||
.ch1_dual_rank = 1,
|
||||
},
|
||||
/* Dual Channel Config 6GiB System Capacity */
|
||||
[7] = {
|
||||
.speed = LP4_SPEED_2400,
|
||||
|
|
Loading…
Reference in New Issue