summaryrefslogtreecommitdiffstats
path: root/src/mainboard/system76/whl-u/bootblock.c
blob: ae416b4e77acc0db04a76f1bde65f82174898fe1 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */

#include <bootblock_common.h>
#include <gpio.h>
#include <mainboard/gpio.h>

void bootblock_mainboard_early_init(void)
{
	mainboard_configure_early_gpios();
}