aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/sandybridge/romstage.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-06-16 18:43:52 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-07-02 07:39:16 +0000
commit21b71ce66b89f7bff7959027d971e9a7786bf219 (patch)
treeb5167a09b1edadb86ed490dca77e6e8579c37f08 /src/northbridge/intel/sandybridge/romstage.c
parent10b65dcfc76f62bf97c93f4a8e51a2269e5c040e (diff)
src/nb: Fix non-local header treated as local
Change-Id: I8174d7b40008cfe4fba10fde4670682aac0ad078 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/27131 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/northbridge/intel/sandybridge/romstage.c')
-rw-r--r--src/northbridge/intel/sandybridge/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/intel/sandybridge/romstage.c b/src/northbridge/intel/sandybridge/romstage.c
index 61f5e4a50c..3bfefb9fc7 100644
--- a/src/northbridge/intel/sandybridge/romstage.c
+++ b/src/northbridge/intel/sandybridge/romstage.c
@@ -30,7 +30,7 @@
#include <halt.h>
#include <security/tpm/tspi.h>
#include <northbridge/intel/sandybridge/chip.h>
-#include "southbridge/intel/bd82x6x/pch.h"
+#include <southbridge/intel/bd82x6x/pch.h>
#include <southbridge/intel/common/gpio.h>
static void early_pch_init(void)