summaryrefslogtreecommitdiff
path: root/src/mainboard/msi/ms7721/romstage.c
blob: 8a1cc03a0ec53bacca8ca376a16a84e60e48c488 (plain)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: GPL-2.0-only */

#include <northbridge/amd/agesa/state_machine.h>

void board_BeforeAgesa(struct sysinfo *cb)
{
	post_code(0x30);
}