diff options
author | Tim Crawford <tcrawford@system76.com> | 2022-01-04 17:48:45 -0700 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-01-24 17:07:03 +0000 |
commit | 83c30a9cf18ad29b96dc819ad9b639fdb7f82c15 (patch) | |
tree | 41adc50c0dfae7c5d9a257d4a9edf3e9e69962c2 | |
parent | b3cd55b22458921ed39b74062a66bf092bf07c3c (diff) |
mb/system76/lemp10: Remove incorrect SPD address 0x50
The Lemur Pro, with its mixed memory topology, only has a DIMM at
address 0x52.
Change-Id: Iecea8c70c7fd40943d86f8918f8e3b384538b5c3
Fixes: 4dcee4f21db5 ("mb/system76/lemp10: Add System76 Lemur Pro 10")
Signed-off-by: Tim Crawford <tcrawford@system76.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60779
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jeremy Soller <jeremy@system76.com>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
-rw-r--r-- | src/mainboard/system76/lemp10/romstage.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/system76/lemp10/romstage.c b/src/mainboard/system76/lemp10/romstage.c index ed528e8bd0..6a916200b4 100644 --- a/src/mainboard/system76/lemp10/romstage.c +++ b/src/mainboard/system76/lemp10/romstage.c @@ -13,7 +13,6 @@ void mainboard_memory_init_params(FSPM_UPD *mupd) .topo = MEM_TOPO_MIXED, .cbfs_index = 0, .smbus = { - [0] = { .addr_dimm[0] = 0x50, }, [1] = { .addr_dimm[0] = 0x52, }, }, }; |