blob: dabef34707e342e0e8e45aa6351fcf6d98b7e10c [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
#include <northbridge/intel/gm45/gm45.h>
void get_mb_spd_addrmap(u8 spd_addrmap[4])
{
spd_addrmap[0] = 0x50;
spd_addrmap[2] = 0x52;
}