mb/google/nissa/var/rull: Configure Acoustic noise mitigation
[coreboot2.git] / src / mainboard / google / mistral / chromeos.c
blobb9a190e5ee3b053021a5f66d8766dbc50afcfc80
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <boot/coreboot_tables.h>
4 #include <bootmode.h>
6 void fill_lb_gpios(struct lb_gpios *gpios)
10 int get_ec_is_trusted(void)
12 /* Do not have a Chrome EC involved in entering recovery mode;
13 Always return trusted. */
14 return 1;