Felix Singer has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/48141 )
Change subject: mb/kontron/mal10: Use the system library for headers ......................................................................
mb/kontron/mal10: Use the system library for headers
Use the system library for header files instead of relative filesystem paths.
Signed-off-by: Felix Singer felixsinger@posteo.net Change-Id: I0b356d0188f104d7c49571ce5c8fe65e79589123 --- M src/mainboard/kontron/mal10/carriers/t10-tni/gpio.c M src/mainboard/kontron/mal10/variants/mal10/gpio.c 2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/48141/1
diff --git a/src/mainboard/kontron/mal10/carriers/t10-tni/gpio.c b/src/mainboard/kontron/mal10/carriers/t10-tni/gpio.c index f1f93bf..674b209 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 1e88e38..3986776 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 */
Frans Hendriks has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/48141 )
Change subject: mb/kontron/mal10: Use the system library for headers ......................................................................
Patch Set 1: Code-Review+2
Hello build bot (Jenkins), Nico Huber, Frans Hendriks, Maxim Polyakov,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/48141
to look at the new patch set (#2).
Change subject: mb/kontron/mal10: Use the system library for headers ......................................................................
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 --- M src/mainboard/kontron/mal10/carriers/t10-tni/gpio.c M src/mainboard/kontron/mal10/variants/mal10/gpio.c 2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/48141/2
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/48141 )
Change subject: mb/kontron/mal10: Use the system library for headers ......................................................................
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 --- M src/mainboard/kontron/mal10/carriers/t10-tni/gpio.c M src/mainboard/kontron/mal10/variants/mal10/gpio.c 2 files changed, 2 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Frans Hendriks: Looks good to me, approved
diff --git a/src/mainboard/kontron/mal10/carriers/t10-tni/gpio.c b/src/mainboard/kontron/mal10/carriers/t10-tni/gpio.c index f1f93bf..674b209 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 1e88e38..3986776 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 */