blob: c223da2eda8895af6dd581b29d6886f4d7369d94 [file] [log] [blame]
Angel Pons210a0082020-04-02 23:48:24 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Duncan Laurie31354672019-03-27 19:28:17 -07002
3#include "commands.h"
4#include "ec.h"
5#include "romstage.h"
6
7void wilco_ec_romstage_init(void)
8{
9 wilco_ec_send(KB_BIOS_PROGRESS, BIOS_PROGRESS_BEFORE_MEMORY);
10}