repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/system76/cml-u/dt: Make use of chipset devicetree
[coreboot.git]
/
src
/
soc
/
qualcomm
/
sc7280
/
decompressor.c
blob
3108b044d20f11f188f0229bb963513c1764e52a
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <bootblock_common.h>
4
#include <soc/mmu.h>
5
6
void
decompressor_soc_init
(
void
)
7
{
8
sc7280_mmu_init
();
9
}