summaryrefslogtreecommitdiff
path: root/board/fleex/usb_pd_policy.c
diff options
context:
space:
mode:
authorJett Rink <jettrink@chromium.org>2018-06-12 12:23:46 -0600
committerchrome-bot <chrome-bot@chromium.org>2018-06-15 10:56:44 -0700
commit945109b4887fa0db5dd521c2a8a552ba2ca8376f (patch)
treecba3a142d626803197c1cbcfe0605e09bcbf45bc /board/fleex/usb_pd_policy.c
parent35ae76ab7060364a2e343b59d58ec86d8e06990b (diff)
downloadchrome-ec-945109b4887fa0db5dd521c2a8a552ba2ca8376f.tar.gz
fleex: add initial firmware image
The is based off of current yorp (V1) on ToT without the LED implementation. BRANCH=none BUG=b:110085182 TEST=builds Change-Id: Ic95fdf19be60637cf9effa8b34cb4659ad45952a Signed-off-by: Jett Rink <jettrink@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1098020 Reviewed-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Justin TerAvest <teravest@chromium.org>
Diffstat (limited to 'board/fleex/usb_pd_policy.c')
-rw-r--r--board/fleex/usb_pd_policy.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/board/fleex/usb_pd_policy.c b/board/fleex/usb_pd_policy.c
new file mode 100644
index 0000000000..82922f9a4d
--- /dev/null
+++ b/board/fleex/usb_pd_policy.c
@@ -0,0 +1,8 @@
+/* Copyright 2018 The Chromium OS Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#include "common.h"
+
+/* TODO(b/78638238): Remove file if still unused after DVT */