aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/intel/strago/gpio.h
diff options
context:
space:
mode:
authorHannah Williams <hannah.williams@intel.com>2016-01-25 14:36:56 -0800
committerMartin Roth <martinroth@google.com>2016-01-28 20:36:35 +0100
commit103f00daaba07c0bf6688642cbe658873dc5a0a8 (patch)
treeeb498f7b346df1207715e6be47b8c8576211faf1 /src/mainboard/intel/strago/gpio.h
parent26f64069d26fd23a30d85c3128ce748ebdff5fcd (diff)
intel/strago: Remove support for older rev boards
Cleaning up code to remove support for early revs of Strago board Change-Id: Ic0647a17d78164fd7dfadc731c9395a8ba08c235 Signed-off-by: Hannah Williams <hannah.williams@intel.com> Reviewed-on: https://review.coreboot.org/13434 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/intel/strago/gpio.h')
-rw-r--r--src/mainboard/intel/strago/gpio.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/mainboard/intel/strago/gpio.h b/src/mainboard/intel/strago/gpio.h
deleted file mode 100644
index c7759950f7..0000000000
--- a/src/mainboard/intel/strago/gpio.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * This file is part of the coreboot project.
- *
- * Copyright (C) 2013 Google Inc.
- * Copyright (C) 2015 Intel Corp.
- *
- * 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 _BOARD_GPIO_H_
-#define _BOARD_GPIO_H_
-
-struct soc_gpio_config *get_override_gpios_dvt(void);
-struct soc_gpio_config *get_override_gpios_bcrd2(void);
-#endif