summaryrefslogtreecommitdiff
path: root/src/mainboard/hp/folio_9480m/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/hp/folio_9480m/romstage.c')
-rw-r--r--src/mainboard/hp/folio_9480m/romstage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/hp/folio_9480m/romstage.c b/src/mainboard/hp/folio_9480m/romstage.c
index af3005f04c..865fcc6617 100644
--- a/src/mainboard/hp/folio_9480m/romstage.c
+++ b/src/mainboard/hp/folio_9480m/romstage.c
@@ -19,8 +19,8 @@ void mainboard_config_rcba(void)
void mb_get_spd_map(struct spd_info *spdi)
{
- spdi->addresses[0] = 0xa0;
- spdi->addresses[2] = 0xa4;
+ spdi->addresses[0] = 0x50;
+ spdi->addresses[2] = 0x52;
}
const struct usb2_port_setting mainboard_usb2_ports[MAX_USB2_PORTS] = {