summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/slippy/romstage.c
blob: 6715ff6942d90a91ef8b24837e6a4ad30f6908e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 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();
}