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