blob: 882bec623e6870bc29d87c271a2fd394b62ef482 [file] [log] [blame]
/* 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