summaryrefslogtreecommitdiff
path: root/src/mainboard/google/volteer/variants/ripto/include/variant/ec.h
diff options
context:
space:
mode:
authorNick Vaccaro <nvaccaro@google.com>2020-07-07 15:03:08 -0700
committerNick Vaccaro <nvaccaro@google.com>2020-07-10 16:25:42 +0000
commit7b1cb0d603ee38470d5571d564c6b4fed5348977 (patch)
tree32e626c04c3c1e5ff8640e25c46e1140b045895c /src/mainboard/google/volteer/variants/ripto/include/variant/ec.h
parent0c707d4dbc0753b5e40559b8940c6cb2afd80e4d (diff)
mb/google/volteer: remove ripto variant
BUG=b:160711124 TEST="FW_NAME=ripto emerge-volteer coreboot chromeos-bootimage" and verify that the build does not fail. Change-Id: Ic132256a192b8cb77662963bea844f193eb912d9 Signed-off-by: Nick Vaccaro <nvaccaro@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43227 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google/volteer/variants/ripto/include/variant/ec.h')
-rw-r--r--src/mainboard/google/volteer/variants/ripto/include/variant/ec.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mainboard/google/volteer/variants/ripto/include/variant/ec.h b/src/mainboard/google/volteer/variants/ripto/include/variant/ec.h
deleted file mode 100644
index 4a9a461191..0000000000
--- a/src/mainboard/google/volteer/variants/ripto/include/variant/ec.h
+++ /dev/null
@@ -1,8 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-#ifndef __VARIANT_EC_H__
-#define __VARIANT_EC_H__
-
-#include <baseboard/ec.h>
-
-#endif