/* SPDX-License-Identifier: GPL-2.0-only */ #include #include void bootblock_soc_early_init(void) { if (CONFIG(EARLY_MMU_INIT)) mtk_mmu_init(); }