aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/hatch/variants/hatch_whl/include/variant/ec.h
diff options
context:
space:
mode:
authorPhilip Chen <philipchen@google.com>2019-07-18 21:34:01 -0700
committerMartin Roth <martinroth@google.com>2019-07-21 18:54:18 +0000
commitb3042ed234ee38aed217b652e868f5dc0711c194 (patch)
tree4d1c7114781b40851caaef54b585809aace865f1 /src/mainboard/google/hatch/variants/hatch_whl/include/variant/ec.h
parentd03ae8c33a470faaef1ffcbae8ad7d6f1e203e04 (diff)
mb/google/hatch: Remove hatch_whl
Hatch_whl variant is deprecated. BUG=b:137180390 Change-Id: I88fa201398ad5fb70da48d022f1ae86fecafa660 Signed-off-by: Philip Chen <philipchen@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34432 Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/hatch/variants/hatch_whl/include/variant/ec.h')
-rw-r--r--src/mainboard/google/hatch/variants/hatch_whl/include/variant/ec.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/mainboard/google/hatch/variants/hatch_whl/include/variant/ec.h b/src/mainboard/google/hatch/variants/hatch_whl/include/variant/ec.h
deleted file mode 100644
index 768987d225..0000000000
--- a/src/mainboard/google/hatch/variants/hatch_whl/include/variant/ec.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * This file is part of the coreboot project.
- *
- * Copyright 2019 Google LLC
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- */
-
-#ifndef VARIANT_EC_H
-#define VARIANT_EC_H
-
-#include <baseboard/ec.h>
-
-#endif