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
drivers/mipi: Add support for KD_KD110N11_51IE panel
[coreboot2.git]
/
src
/
soc
/
mediatek
/
common
/
bootblock.c
blob
6474a8f53c51dd77050e2be7988fb7fd918c1d38
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <bootblock_common.h>
4
#include <soc/mmu_operations.h>
5
6
void
bootblock_soc_early_init
(
void
)
7
{
8
if
(
CONFIG
(
EARLY_MMU_INIT
))
9
mtk_mmu_init
();
10
}