repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
soc/intel: Remove blank lines before '}' and after '{'
[coreboot2.git]
/
src
/
mainboard
/
clevo
/
kbl-u
/
bootblock.c
blob
b351fbd8ef677647ef72d0fe8209c5945234a96a
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <bootblock_common.h>
4
#include <variant/gpio.h>
5
6
void
bootblock_mainboard_early_init
(
void
)
7
{
8
variant_configure_early_gpios
();
9
}