summaryrefslogtreecommitdiffstats
path: root/src/ec/google/wilco/romstage.c
blob: 08a84de0eaf2fa3896e64c8576c169618d216bab (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 "commands.h"
#include "ec.h"
#include "romstage.h"

void wilco_ec_romstage_init(void)
{
	wilco_ec_send(KB_BIOS_PROGRESS, BIOS_PROGRESS_BEFORE_MEMORY);
}