summaryrefslogtreecommitdiffstats
path: root/src/ec/google/wilco/romstage.c
blob: c223da2eda8895af6dd581b29d6886f4d7369d94 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */

#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);
}