aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/mistral/chromeos.c
blob: b9a190e5ee3b053021a5f66d8766dbc50afcfc80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-only */

#include <boot/coreboot_tables.h>
#include <bootmode.h>

void fill_lb_gpios(struct lb_gpios *gpios)
{
}

int get_ec_is_trusted(void)
{
	/* Do not have a Chrome EC involved in entering recovery mode;
	   Always return trusted. */
	return 1;
}