aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/jecht/spd/spd.c
blob: 020bb8b46e6390313be9d4e58b8d43908fe29969 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */

#include <soc/pei_wrapper.h>

void mb_get_spd_map(struct spd_info *spdi)
{
	spdi->addresses[0] = 0x50;
	spdi->addresses[2] = 0x52;
}