summaryrefslogtreecommitdiff
path: root/src/mainboard/system76/galp5/bootblock.c
diff options
context:
space:
mode:
authorTim Crawford <tcrawford@system76.com>2022-07-17 16:26:23 -0600
committerMartin Roth <martin.roth@amd.corp-partner.google.com>2022-07-23 20:04:35 +0000
commit990d792ac71a4649d9a35bb01bdde98bb826e45b (patch)
tree6cb68d4f6305cd2a4124f27b3107c826f6513e83 /src/mainboard/system76/galp5/bootblock.c
parent146caa7e428314fe7bc99fc23aecf30208ebfb7e (diff)
mb/system76/tgl-u: Convert galp5 to a variant
Change-Id: I49185352002f6df2f9e9ab9c39d44cc9247b41b5 Signed-off-by: Tim Crawford <tcrawford@system76.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/64527 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/system76/galp5/bootblock.c')
-rw-r--r--src/mainboard/system76/galp5/bootblock.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mainboard/system76/galp5/bootblock.c b/src/mainboard/system76/galp5/bootblock.c
deleted file mode 100644
index fd6070c06b..0000000000
--- a/src/mainboard/system76/galp5/bootblock.c
+++ /dev/null
@@ -1,10 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-#include <bootblock_common.h>
-#include <gpio.h>
-#include "gpio.h"
-
-void bootblock_mainboard_early_init(void)
-{
- gpio_configure_pads(early_gpio_table, ARRAY_SIZE(early_gpio_table));
-}