summaryrefslogtreecommitdiffstats
path: root/src/mainboard/roda/rk9/romstage.c
blob: 717886d134e0dd6f004a62e35f08cc7cc2e971fb (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#include <northbridge/intel/gm45/gm45.h>

void get_mb_spd_addrmap(u8 *spd_addrmap)
{
	spd_addrmap[0] = 0x50;
	spd_addrmap[2] = 0x52;
}