aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asrock/h81m-hds/romstage.c
diff options
context:
space:
mode:
authorTristan Corrick <tristan@corrick.kiwi>2018-12-30 00:59:04 +1300
committerPatrick Georgi <pgeorgi@google.com>2019-01-03 18:10:27 +0000
commit09a5323480fae9ad20075751cad9d1f25d61a3ab (patch)
treebe02372a60027e167f4cd88d90bbeb23bba029e6 /src/mainboard/asrock/h81m-hds/romstage.c
parentfff243461cf2a7676243ae4f51494736cdadfdf3 (diff)
mb/asrock/h81m-hds: Move GPIO header to a linked C file
Using a linked C file is the standard approach for GPIO settings. Change-Id: I6a5ca65bc1553bd382589d67379eafd03dc0b0a3 Signed-off-by: Tristan Corrick <tristan@corrick.kiwi> Reviewed-on: https://review.coreboot.org/c/30503 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/mainboard/asrock/h81m-hds/romstage.c')
-rw-r--r--src/mainboard/asrock/h81m-hds/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/asrock/h81m-hds/romstage.c b/src/mainboard/asrock/h81m-hds/romstage.c
index f3c2b3bfdb..c6bef9f0b4 100644
--- a/src/mainboard/asrock/h81m-hds/romstage.c
+++ b/src/mainboard/asrock/h81m-hds/romstage.c
@@ -20,10 +20,10 @@
#include <cpu/intel/haswell/haswell.h>
#include <northbridge/intel/haswell/haswell.h>
#include <northbridge/intel/haswell/pei_data.h>
+#include <southbridge/intel/common/gpio.h>
#include <southbridge/intel/lynxpoint/pch.h>
#include <superio/nuvoton/common/nuvoton.h>
#include <superio/nuvoton/nct6776/nct6776.h>
-#include "gpio.h"
static const struct rcba_config_instruction rcba_config[] = {
RCBA_SET_REG_16(D31IR, DIR_ROUTE(PIRQA, PIRQD, PIRQC, PIRQA)),