tree: Remove unused <assert.h>
[coreboot.git] / src / soc / mediatek / common / mmu_cmops.c
blobe10256974501a47b00fdb4afef915b54f72fe27d
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <soc/symbols.h>
4 #include <soc/mmu_operations.h>
6 /* mtk_soc_after_dram is called in romstage */
7 void mtk_soc_after_dram(void)
9 mmu_config_range(_dram_dma, REGION_SIZE(dram_dma),
10 NONSECURE_UNCACHED_MEM);