aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/zork/variants/woomax/include/variant/gpio.h
diff options
context:
space:
mode:
authorKane Chen <kane_chen@pegatron.corp-partner.google.com>2020-06-22 17:13:37 +0800
committerFurquan Shaikh <furquan@google.com>2020-07-13 19:08:51 +0000
commit411a6ab70306f567271699abe6c11227b1cd5ffd (patch)
tree54277f622d8a1325cc1fc41024429e2fa727da5a /src/mainboard/google/zork/variants/woomax/include/variant/gpio.h
parent26f25d7105dd1764ef7a23d0cd4f1637c07d85d3 (diff)
mb/google/zork: Create Woomax variant
Create the woomax variant of the zork reference board by copying the template(coreboot-zork/util/mainboard/google/trembyle) files to a new directory named for the variant. (Auto-Generated by create_coreboot_variant.sh version 4.1.1). BUG=b:158343602 BRANCH=None TEST=emerge-zork coreboot Signed-off-by: Kane Chen <kane_chen@pegatron.corp-partner.google.com> Change-Id: I0bb8ce1851f4064d24e48fd8957e2f9fe1e80b53 Reviewed-on: https://review.coreboot.org/c/coreboot/+/42680 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google/zork/variants/woomax/include/variant/gpio.h')
-rw-r--r--src/mainboard/google/zork/variants/woomax/include/variant/gpio.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/zork/variants/woomax/include/variant/gpio.h b/src/mainboard/google/zork/variants/woomax/include/variant/gpio.h
new file mode 100644
index 0000000000..dfaeec3ae1
--- /dev/null
+++ b/src/mainboard/google/zork/variants/woomax/include/variant/gpio.h
@@ -0,0 +1,3 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+
+#include <baseboard/gpio.h>