summaryrefslogtreecommitdiffstats
path: root/src/soc/mediatek/mt8183/bootblock.c
blob: a38f68092c05b7838b021fd491894d2e0336b890 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */

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

void bootblock_soc_init(void)
{
	mt_pll_init();
}