summaryrefslogtreecommitdiff
path: root/src/mainboard/google/fizz/variants/endeavour/board.c
blob: 03716c21d1a44dc9fe809437717f2fbb8bee419a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-License-Identifier: GPL-2.0-only */

#include <baseboard/variants.h>
#include <nhlt.h>
#include <soc/nhlt.h>

void variant_nhlt_oem_overrides(const char **oem_id,
					const char **oem_table_id,
					uint32_t *oem_revision)
{
	*oem_id = "GOOGLE";
	*oem_table_id = "ENDEAVOUR";
	*oem_revision = 0;
}

void variant_chip_display_init(void)
{
}