summaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorAamir Bohra <aamir.bohra@intel.com>2019-09-27 10:20:48 +0530
committerPatrick Georgi <pgeorgi@google.com>2019-09-28 13:24:22 +0000
commitf3c485e21f2c23421da7ed33fc466efe1e52ddc0 (patch)
tree4cf5b36cc8b962aea900150dbe2884f96b1dffd6 /src/mainboard
parent78d6ce45d4ec5a447ae5837497856c5af236a8d2 (diff)
downloadcoreboot-f3c485e21f2c23421da7ed33fc466efe1e52ddc0.tar.xz
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>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/google/drallion/variants/drallion/memory.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/drallion/variants/drallion/memory.c b/src/mainboard/google/drallion/variants/drallion/memory.c
index 10996a3e7b..37d009adf9 100644
--- a/src/mainboard/google/drallion/variants/drallion/memory.c
+++ b/src/mainboard/google/drallion/variants/drallion/memory.c
@@ -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)