Change-Id: I805cf4929bc69d50237603d40bab6adb6fbdc862 Signed-off-by: Jeremy Soller <jeremy@system76.com>
10 lines
186 B
C
10 lines
186 B
C
/* 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();
|
|
}
|