diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2016-02-10 01:43:08 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-02-12 04:22:00 +0100 |
commit | 613d3ad2086f463170fc0791653532abc937dc9c (patch) | |
tree | 2a9b22fb10341443ed5cfeda6e272a7e22f4ed77 /src/mainboard/samsung/stumpy | |
parent | ffbb3c0b8abea621eb7a1583d630cf06c8cbfbbc (diff) | |
download | coreboot-613d3ad2086f463170fc0791653532abc937dc9c.tar.xz |
Move gpio.h to gpio.c on sandy and ivy.
Change-Id: Ic9d8c2a4e5125eca20eb692ac7ed070fda6cbe32
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: https://review.coreboot.org/13657
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/samsung/stumpy')
-rw-r--r-- | src/mainboard/samsung/stumpy/Makefile.inc | 1 | ||||
-rw-r--r-- | src/mainboard/samsung/stumpy/gpio.c (renamed from src/mainboard/samsung/stumpy/gpio.h) | 0 | ||||
-rw-r--r-- | src/mainboard/samsung/stumpy/romstage.c | 2 |
3 files changed, 1 insertions, 2 deletions
diff --git a/src/mainboard/samsung/stumpy/Makefile.inc b/src/mainboard/samsung/stumpy/Makefile.inc index c29b100197..b3bf53f028 100644 --- a/src/mainboard/samsung/stumpy/Makefile.inc +++ b/src/mainboard/samsung/stumpy/Makefile.inc @@ -15,3 +15,4 @@ romstage-y += chromeos.c ramstage-y += chromeos.c +romstage-y += gpio.c diff --git a/src/mainboard/samsung/stumpy/gpio.h b/src/mainboard/samsung/stumpy/gpio.c index 13711558ef..13711558ef 100644 --- a/src/mainboard/samsung/stumpy/gpio.h +++ b/src/mainboard/samsung/stumpy/gpio.c diff --git a/src/mainboard/samsung/stumpy/romstage.c b/src/mainboard/samsung/stumpy/romstage.c index 2caf23e86e..87528af5ca 100644 --- a/src/mainboard/samsung/stumpy/romstage.c +++ b/src/mainboard/samsung/stumpy/romstage.c @@ -32,12 +32,10 @@ #include <northbridge/intel/sandybridge/sandybridge.h> #include <northbridge/intel/sandybridge/raminit.h> #include <southbridge/intel/bd82x6x/pch.h> -#include <southbridge/intel/bd82x6x/gpio.h> #include <arch/cpu.h> #include <cpu/x86/msr.h> #include <halt.h> #include <tpm.h> -#include "gpio.h" #if CONFIG_DRIVERS_UART_8250IO #include <superio/smsc/lpc47n207/lpc47n207.h> #endif |