summaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-i440fx/romstage.c
blob: e44488b897aeb3c46c08d9530fcd0a03db1f75d9 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#include <arch/romstage.h>
#include <cbmem.h>

void mainboard_romstage_entry(void)
{
	cbmem_recovery(0);
}