aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/system76/lemp9/bootblock.c
blob: fd6070c06bcd92134209f5eae26ed7e8ecf5f1dd (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 "gpio.h"

void bootblock_mainboard_early_init(void)
{
	gpio_configure_pads(early_gpio_table, ARRAY_SIZE(early_gpio_table));
}