summaryrefslogtreecommitdiff
path: root/src/mainboard/gizmosphere/gizmo/mainboard.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-10-14 10:51:13 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-10-18 12:51:50 +0000
commit2c5652d72b82dcad7b8dda872391ebdb3664a567 (patch)
treef3d346672940466aa2e3a005c8f69493ee546757 /src/mainboard/gizmosphere/gizmo/mainboard.c
parent39db1447431bdd651ff17a1c36dee08d7d0b3710 (diff)
downloadcoreboot-2c5652d72b82dcad7b8dda872391ebdb3664a567.tar.xz
mb: Fix non-local header treated as local
Change-Id: Ib39305effdb00e032ca07e6d0e0d84cdf3dcf916 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/29098 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/gizmosphere/gizmo/mainboard.c')
-rw-r--r--src/mainboard/gizmosphere/gizmo/mainboard.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainboard/gizmosphere/gizmo/mainboard.c b/src/mainboard/gizmosphere/gizmo/mainboard.c
index b02af0dd7e..ecd770bbb9 100644
--- a/src/mainboard/gizmosphere/gizmo/mainboard.c
+++ b/src/mainboard/gizmosphere/gizmo/mainboard.c
@@ -20,9 +20,8 @@
#include <device/device.h>
#include <device/pci_def.h>
#include <device/pci_ops.h>
-
#include <southbridge/amd/sb800/sb800.h>
-#include "SBPLATFORM.h"
+#include <southbridge/amd/cimx/sb800/SBPLATFORM.h>
/**********************************************
* Enable the dedicated functions of the board.