aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/volteer/variants/terrador/include/variant/gpio.h
diff options
context:
space:
mode:
authorDavid Wu <david_wu@quanta.corp-partner.google.com>2020-05-26 15:28:09 +0800
committerPatrick Georgi <pgeorgi@google.com>2020-05-28 09:36:32 +0000
commitb4ab1e78cdda18fffb4dffd611300e3537315c17 (patch)
tree503d173120bfb5c7e6684e61d3f126a34f7eee8f /src/mainboard/google/volteer/variants/terrador/include/variant/gpio.h
parent825005ac3d5357b1b3add5c8f15b82610b17edd4 (diff)
mb/google/volteer: Create terrador variant
Create the terrador variant of the volteer reference board BUG=b:156435028 BRANCH=None TEST=util/abuild/abuild -p none -t google/volteer -x -a make sure the build includes GOOGLE_TERRADOR Signed-off-by: David Wu <david_wu@quanta.corp-partner.google.com> Change-Id: I088861d1f8b7b4ee8de1e5ab6c7d3109ffd0531b Reviewed-on: https://review.coreboot.org/c/coreboot/+/41718 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org>
Diffstat (limited to 'src/mainboard/google/volteer/variants/terrador/include/variant/gpio.h')
-rw-r--r--src/mainboard/google/volteer/variants/terrador/include/variant/gpio.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mainboard/google/volteer/variants/terrador/include/variant/gpio.h b/src/mainboard/google/volteer/variants/terrador/include/variant/gpio.h
new file mode 100644
index 0000000000..0075826350
--- /dev/null
+++ b/src/mainboard/google/volteer/variants/terrador/include/variant/gpio.h
@@ -0,0 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#ifndef VARIANT_GPIO_H
+#define VARIANT_GPIO_H
+
+#include <baseboard/gpio.h>
+
+/* Copied from baseboard and may need to change for the new variant. */
+
+#endif