drivers/mipi: Add support for KD_KD110N11_51IE panel
[coreboot2.git] / src / soc / mediatek / common / bootblock.c
blob6474a8f53c51dd77050e2be7988fb7fd918c1d38
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <bootblock_common.h>
4 #include <soc/mmu_operations.h>
6 void bootblock_soc_early_init(void)
8 if (CONFIG(EARLY_MMU_INIT))
9 mtk_mmu_init();