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