From 07b402b3b9a54551201c66c0c9d7d6e393d57a74 Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Thu, 21 Nov 2019 09:30:21 +0100 Subject: mb/lenovo/t410: Fix I2C SPD address Use correct address for second DIMM. Tested on Lenovo T410: * Both DIMMs are found and are usable Change-Id: I8bace47f04a0e185c2901695879d4d4e12d4ce6a Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/c/coreboot/+/37105 Reviewed-by: Arthur Heymans Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- src/mainboard/lenovo/t410/romstage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/lenovo/t410') diff --git a/src/mainboard/lenovo/t410/romstage.c b/src/mainboard/lenovo/t410/romstage.c index 7c796de8ee..4908ec5e02 100644 --- a/src/mainboard/lenovo/t410/romstage.c +++ b/src/mainboard/lenovo/t410/romstage.c @@ -71,5 +71,5 @@ void mainboard_pre_raminit(void) void mainboard_get_spd_map(u8 *spd_addrmap) { spd_addrmap[0] = 0x50; - spd_addrmap[2] = 0x52; + spd_addrmap[2] = 0x51; } -- cgit v1.2.3