summaryrefslogtreecommitdiff
path: root/src/mainboard/google/volteer/variants/collis/include/variant/ec.h
diff options
context:
space:
mode:
authorFrankChu <frank_chu@pegatron.corp-partner.google.com>2021-03-10 10:01:22 +0800
committerPatrick Georgi <pgeorgi@google.com>2021-03-15 06:18:27 +0000
commitf8b2d32ad9b6fca6c2a598697ae271ce5f86db49 (patch)
treef2539772d24ded4d426895ceb7ca4a3bc36adedc /src/mainboard/google/volteer/variants/collis/include/variant/ec.h
parent8dffc38f6e8ff4d1f7e26b261bfd6d7fda6be173 (diff)
downloadcoreboot-f8b2d32ad9b6fca6c2a598697ae271ce5f86db49.tar.xz
mb/google/volteer: Create collis variant
Create the collis variant of the volteer reference board by copying the template files to a new directory named for the variant. (Auto-Generated by create_coreboot_variant.sh version 4.5.0). BUG=b:182227204 BRANCH=None TEST=util/abuild/abuild -p none -t google/volteer -x -a make sure the build includes GOOGLE_COLLIS Signed-off-by: FrankChu <frank_chu@pegatron.corp-partner.google.com> Change-Id: Ibcf8b59b38d02517cea0a3ee474ff82fc0a2a958 Reviewed-on: https://review.coreboot.org/c/coreboot/+/51387 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Zhuohao Lee <zhuohao@google.com> Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org>
Diffstat (limited to 'src/mainboard/google/volteer/variants/collis/include/variant/ec.h')
-rw-r--r--src/mainboard/google/volteer/variants/collis/include/variant/ec.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mainboard/google/volteer/variants/collis/include/variant/ec.h b/src/mainboard/google/volteer/variants/collis/include/variant/ec.h
new file mode 100644
index 0000000000..7a2a6ff8b7
--- /dev/null
+++ b/src/mainboard/google/volteer/variants/collis/include/variant/ec.h
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+
+#ifndef __VARIANT_EC_H__
+#define __VARIANT_EC_H__
+
+#include <baseboard/ec.h>
+
+#endif