aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/dedede/variants/sasuke/include/variant/ec.h
diff options
context:
space:
mode:
authorRaymond Chung <raymondchung@ami.corp-partner.google.com>2020-11-27 12:53:38 +0800
committerPatrick Georgi <pgeorgi@google.com>2020-11-30 08:08:47 +0000
commiteee1f4387aa603eaa5b98f4437ff29f47296b8db (patch)
tree88b59e894f8529eed842563cd5a93a44a21aea1d /src/mainboard/google/dedede/variants/sasuke/include/variant/ec.h
parent4ae881a576cae1af70cd9d979aa401c140f14ed3 (diff)
mb/google/dedede: Create sasuke variant
Create the sasuke variant of the waddledoo reference board by copying the template files to a new directory named for the variant. (Auto-Generated by create_coreboot_variant.sh version 4.3.1). BUG=b:172104731 BRANCH=None TEST=util/abuild/abuild -p none -t google/dedede -x -a make sure the build includes GOOGLE_SASUKE Signed-off-by: Raymond Chung <raymondchung@ami.corp-partner.google.com> Change-Id: I29405d63fd266224807e535c3f86a2ad5ab8cdf3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/48112 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Henry Sun <henrysun@google.com> Reviewed-by: SH Kim <sh_.kim@samsung.corp-partner.google.com> Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org>
Diffstat (limited to 'src/mainboard/google/dedede/variants/sasuke/include/variant/ec.h')
-rw-r--r--src/mainboard/google/dedede/variants/sasuke/include/variant/ec.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mainboard/google/dedede/variants/sasuke/include/variant/ec.h b/src/mainboard/google/dedede/variants/sasuke/include/variant/ec.h
new file mode 100644
index 0000000000..08870e0627
--- /dev/null
+++ b/src/mainboard/google/dedede/variants/sasuke/include/variant/ec.h
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+
+#ifndef MAINBOARD_EC_H
+#define MAINBOARD_EC_H
+
+#include <baseboard/ec.h>
+
+#endif