aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/t410/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lenovo/t410/romstage.c')
-rw-r--r--src/mainboard/lenovo/t410/romstage.c2
1 files changed, 1 insertions, 1 deletions
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;
}