aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/reef/chromeos.c
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2016-09-02 17:41:58 -0500
committerAaron Durbin <adurbin@chromium.org>2016-09-06 20:04:37 +0200
commitd1e365ac3824bee03feab9a93d15abc224d3bc57 (patch)
tree8bef950289fa3f53c7965760b5a238dd8e191c64 /src/mainboard/google/reef/chromeos.c
parentb64389d8408b876914acee4ecdeb54929f2ae8ef (diff)
mainboard/google/reef: consolidate gpio related defines to one place
Since multiple boards will be living within one directory move all the macros for defining anyting related to GPIOs to the gpio.h header file. That way, when other boards land they can override or use them as is. BUG=chrome-os-partner:56677 Change-Id: I36967e57fc61ef354e0b51d1ff1396ce562fa805 Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/16421 Tested-by: build bot (Jenkins) Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Diffstat (limited to 'src/mainboard/google/reef/chromeos.c')
-rw-r--r--src/mainboard/google/reef/chromeos.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/google/reef/chromeos.c b/src/mainboard/google/reef/chromeos.c
index ea0f68e236..7d7af9e11b 100644
--- a/src/mainboard/google/reef/chromeos.c
+++ b/src/mainboard/google/reef/chromeos.c
@@ -18,12 +18,8 @@
#include <gpio.h>
#include <vendorcode/google/chromeos/chromeos.h>
#include <soc/gpio.h>
-#include <variant/ec.h>
#include <variant/gpio.h>
-#define GPIO_PCH_WP GPIO_75
-#define GPIO_EC_IN_RW GPIO_41
-
void fill_lb_gpios(struct lb_gpios *gpios)
{
struct lb_gpio chromeos_gpios[] = {