aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/kontron/mal10/variants
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2020-11-30 08:32:09 +0100
committerMichael Niewöhner <foss@mniewoehner.de>2021-01-04 23:35:55 +0000
commit1e4c1590fb811ad067b8361fc7233b791ea7ab52 (patch)
treedbbbc67bc053bd69875e416b53d335313b6eb9d3 /src/mainboard/kontron/mal10/variants
parentf14e663cc40b1ea6e4ac0664e31933d3c93e1229 (diff)
mb/kontron/mal10: Move include directories to mb level
Move include directories from carriers and variants to mainboard level being able to reuse them later. Also, rename guards so that they fit their usage. Built with BUILD_TIMELESS=1, coreboot.rom remains the same. Signed-off-by: Felix Singer <felixsinger@posteo.net> Change-Id: I55af05cb84b97d567ce1fc3b6151c34d1eda183f Reviewed-on: https://review.coreboot.org/c/coreboot/+/48142 Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Maxim Polyakov <max.senia.poliak@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/kontron/mal10/variants')
-rw-r--r--src/mainboard/kontron/mal10/variants/mal10/include/variant/gpio.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mainboard/kontron/mal10/variants/mal10/include/variant/gpio.h b/src/mainboard/kontron/mal10/variants/mal10/include/variant/gpio.h
deleted file mode 100644
index d97e199fb8..0000000000
--- a/src/mainboard/kontron/mal10/variants/mal10/include/variant/gpio.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-#ifndef MAL_10_CFG_GPIO_H
-#define MAL_10_CFG_GPIO_H
-
-#include <gpio.h>
-#include <stddef.h>
-
-void variant_early_gpio_configure(void);
-
-#endif /* MAL_10_CFG_GPIO_H */