blob: 6474a8f53c51dd77050e2be7988fb7fd918c1d38 [file] [log] [blame]
Yidi Linc68176c2024-01-16 15:08:41 +08001/* SPDX-License-Identifier: GPL-2.0-only */
2
3#include <bootblock_common.h>
4#include <soc/mmu_operations.h>
5
6void bootblock_soc_early_init(void)
7{
8 if (CONFIG(EARLY_MMU_INIT))
9 mtk_mmu_init();
10}