blob: c223da2eda8895af6dd581b29d6886f4d7369d94 [file] [log] [blame]
/* 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);
}