Skip to content

Commit

Permalink
mb/system76/lemp10: Fix memory info
Browse files Browse the repository at this point in the history
The Lemur Pro, with its mixed memory topology, only has a DIMM at
address 0x52.

Change-Id: Iecea8c70c7fd40943d86f8918f8e3b384538b5c3
Fixes: 4dcee4f ("mb/system76/lemp10: Add System76 Lemur Pro 10")
Signed-off-by: Tim Crawford <tcrawford@system76.com>
  • Loading branch information
crawfxrd authored and jackpot51 committed Jan 5, 2022
1 parent 87aaef8 commit 2018180
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mainboard/system76/lemp10/romstage.c
Original file line number Diff line number Diff line change
Expand Up @@ -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, },
},
};
Expand Down

0 comments on commit 2018180

Please sign in to comment.