diff --git a/exosphere/src/coldboot_init.c b/exosphere/src/coldboot_init.c index caa8e7b..8a43b45 100644 --- a/exosphere/src/coldboot_init.c +++ b/exosphere/src/coldboot_init.c @@ -152,8 +152,8 @@ /* TODO: initialize DMA controllers, etc. */ configure_ttbls(); - copy_other_sections(); set_memory_registers_enable_mmu_tzram_pa(); + copy_other_sections(); flush_dcache_all_tzram_pa(); invalidate_icache_all_inner_shareable_tzram_pa();