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

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

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