summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/kukui/verstage.c
blob: 88c3928a6c46841719adff87b976fc0a17eeaec3 (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 <security/vboot/vboot_common.h>

#include "early_init.h"

void verstage_mainboard_init(void)
{
	mainboard_early_init();
}