summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/sarien/variants/arcada/include/variant/variant.h
blob: 882bec623e6870bc29d87c271a2fd394b62ef482 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef VARIANT_H
#define VARIANT_H

/* Arcada is SKU ID 2 and 4 */
#define VARIANT_SKU_ID			2
#define VARIANT_SKU_NAME		"sku2"
#define VARIANT_SKU_ID_SIGNED_EC	4
#define VARIANT_SKU_NAME_SIGNED_EC	"sku4"

#endif