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: 4dcee4f21d ("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>
This commit is contained in:
Tim Crawford 2022-01-04 17:48:45 -07:00 committed by Felix Held
parent b3cd55b224
commit 83c30a9cf1
1 changed files with 0 additions and 1 deletions

View File

@ -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, },
},
};