soc/amd/common/psp/psb: add missing newline in debug message
[coreboot.git] / src / mainboard / roda / rk9 / romstage.c
blobdabef34707e342e0e8e45aa6351fcf6d98b7e10c
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <northbridge/intel/gm45/gm45.h>
5 void get_mb_spd_addrmap(u8 spd_addrmap[4])
7 spd_addrmap[0] = 0x50;
8 spd_addrmap[2] = 0x52;