aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/fizz/variants/endeavour/board.c
blob: 3da8f22ab4066d891c1c89d2170837b7821c1e82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* 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)
{

}