aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/volteer/variants/boldar/include/variant
diff options
context:
space:
mode:
authorFurquan Shaikh <furquan@google.com>2021-01-28 16:39:45 -0800
committerPatrick Georgi <pgeorgi@google.com>2021-02-01 08:48:57 +0000
commit2d852cffb9918c8eff536108d8f44079ee863aef (patch)
treea84bd3ced6b3c93e063ea9c9b183fa7fbbf857f1 /src/mainboard/google/volteer/variants/boldar/include/variant
parent93df61f3a9371a4b5435400fe7b4e4ea3d43337f (diff)
mb/google/volteer: Drop boldar variant
This variant never really got used and can be deprecated. Change-Id: I5d59460c90266ba5f9c3bdb951f53a37ffae9e03 Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50095 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/mainboard/google/volteer/variants/boldar/include/variant')
-rw-r--r--src/mainboard/google/volteer/variants/boldar/include/variant/ec.h8
-rw-r--r--src/mainboard/google/volteer/variants/boldar/include/variant/gpio.h15
2 files changed, 0 insertions, 23 deletions
diff --git a/src/mainboard/google/volteer/variants/boldar/include/variant/ec.h b/src/mainboard/google/volteer/variants/boldar/include/variant/ec.h
deleted file mode 100644
index 7a2a6ff8b7..0000000000
--- a/src/mainboard/google/volteer/variants/boldar/include/variant/ec.h
+++ /dev/null
@@ -1,8 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-or-later */
-
-#ifndef __VARIANT_EC_H__
-#define __VARIANT_EC_H__
-
-#include <baseboard/ec.h>
-
-#endif
diff --git a/src/mainboard/google/volteer/variants/boldar/include/variant/gpio.h b/src/mainboard/google/volteer/variants/boldar/include/variant/gpio.h
deleted file mode 100644
index b5fa8c5485..0000000000
--- a/src/mainboard/google/volteer/variants/boldar/include/variant/gpio.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-or-later */
-
-#ifndef VARIANT_GPIO_H
-#define VARIANT_GPIO_H
-
-#include <baseboard/gpio.h>
-
-/* Memory configuration board straps */
-/* Copied from baseboard and may need to change for the new variant. */
-#define GPIO_MEM_CONFIG_0 GPP_C12
-#define GPIO_MEM_CONFIG_1 GPP_C15
-#define GPIO_MEM_CONFIG_2 GPP_C14
-#define GPIO_MEM_CONFIG_3 GPP_D15
-
-#endif