summaryrefslogtreecommitdiffstats
path: root/src/mainboard/system76/adl-p/bootblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/system76/adl-p/bootblock.c')
-rw-r--r--src/mainboard/system76/adl-p/bootblock.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mainboard/system76/adl-p/bootblock.c b/src/mainboard/system76/adl-p/bootblock.c
new file mode 100644
index 000000000000..8d06adc9d7f7
--- /dev/null
+++ b/src/mainboard/system76/adl-p/bootblock.c
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#include <bootblock_common.h>
+#include <mainboard/gpio.h>
+
+void bootblock_mainboard_early_init(void)
+{
+ mainboard_configure_early_gpios();
+}