aboutsummaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/sc7180/decompressor.c
blob: ac55150600795dd7939818302e41d5ecf0581493 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */

#include <bootblock_common.h>
#include <soc/mmu.h>

void decompressor_soc_init(void)
{
	sc7180_mmu_init();
}