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:
Aamir Bohra 2019-09-27 10:20:48 +05:30 committed by Patrick Georgi
parent 78d6ce45d4
commit f3c485e21f
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@
static const int spd_index[32] = {
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
4, 3, 6, 1, 0, 0, 0, 0,
5, 0, 7, 2, 0, 0, 0, 0
0, 4, 3, 6, 1, 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)