mb/google/variants/drallion: Update the spd index map
BUG=b:141575294 Change-Id: I1b2b4362b84b170bd73b760828ca300ec86c4534 Signed-off-by: Aamir Bohra <aamir.bohra@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35636 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: EricR Lai <ericr_lai@compal.corp-partner.google.com>
This commit is contained in:
parent
78d6ce45d4
commit
f3c485e21f
|
@ -23,8 +23,8 @@
|
||||||
static const int spd_index[32] = {
|
static const int spd_index[32] = {
|
||||||
0, 0, 0, 0, 0, 0, 0, 0,
|
0, 0, 0, 0, 0, 0, 0, 0,
|
||||||
0, 0, 0, 0, 0, 0, 0, 0,
|
0, 0, 0, 0, 0, 0, 0, 0,
|
||||||
4, 3, 6, 1, 0, 0, 0, 0,
|
0, 4, 3, 6, 1, 0, 0, 0,
|
||||||
5, 0, 7, 2, 0, 0, 0, 0
|
0, 5, 0, 7, 2, 0, 0, 0
|
||||||
};
|
};
|
||||||
|
|
||||||
const struct cnl_mb_cfg *get_variant_memory_cfg(struct cnl_mb_cfg *mem_cfg)
|
const struct cnl_mb_cfg *get_variant_memory_cfg(struct cnl_mb_cfg *mem_cfg)
|
||||||
|
|
Loading…
Reference in New Issue