diff options
Diffstat (limited to 'src/mainboard')
-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, }, }, }; |