aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/kontron
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2020-11-30 08:20:19 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-12-01 13:47:39 +0000
commit45dc92a8c2e697411cb91bf255506575dd48afba (patch)
tree061e7487c8ed092250ba37119ac5a984ae8319e7 /src/mainboard/kontron
parentfee69744527773bed795ec829c212fdc8d9104bd (diff)
mb/kontron/mal10: Use the system library for headers
Use the system library for header files instead of relative filesystem paths. Built with BUILD_TIMELESS=1, coreboot.rom remains the same. Signed-off-by: Felix Singer <felixsinger@posteo.net> Change-Id: I0b356d0188f104d7c49571ce5c8fe65e79589123 Reviewed-on: https://review.coreboot.org/c/coreboot/+/48141 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Diffstat (limited to 'src/mainboard/kontron')
-rw-r--r--src/mainboard/kontron/mal10/carriers/t10-tni/gpio.c2
-rw-r--r--src/mainboard/kontron/mal10/variants/mal10/gpio.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/kontron/mal10/carriers/t10-tni/gpio.c b/src/mainboard/kontron/mal10/carriers/t10-tni/gpio.c
index f1f93bf4fc..674b209317 100644
--- a/src/mainboard/kontron/mal10/carriers/t10-tni/gpio.c
+++ b/src/mainboard/kontron/mal10/carriers/t10-tni/gpio.c
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#include "include/carrier/gpio.h"
+#include <carrier/gpio.h>
static const struct pad_config gpio_table[] = {
PAD_CFG_GPIO_DRIVER_HI_Z(GPIO_0, DN_20K, DEEP, IGNORE, SAME),
diff --git a/src/mainboard/kontron/mal10/variants/mal10/gpio.c b/src/mainboard/kontron/mal10/variants/mal10/gpio.c
index 1e88e38e5f..3986776870 100644
--- a/src/mainboard/kontron/mal10/variants/mal10/gpio.c
+++ b/src/mainboard/kontron/mal10/variants/mal10/gpio.c
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#include "include/variant/gpio.h"
+#include <variant/gpio.h>
static const struct pad_config gpio_table[] = {
/* SPI */