blob: 6715ff6942d90a91ef8b24837e6a4ad30f6908e7 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
#include <arch/romstage.h>
#include "variant.h"
void mainboard_romstage_entry(void)
{
variant_romstage_entry();
}