From 19dda5ed487e7aff656f6732abef8abdfd6ed283 Mon Sep 17 00:00:00 2001 From: TuxSH Date: Thu, 1 Mar 2018 01:13:10 +0100 Subject: [PATCH] Can't copy to VAs if VA don't exist (at that point of the program) --- exosphere/src/coldboot_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exosphere/src/coldboot_init.c b/exosphere/src/coldboot_init.c index caa8e7baa..8a43b45ff 100644 --- a/exosphere/src/coldboot_init.c +++ b/exosphere/src/coldboot_init.c @@ -152,8 +152,8 @@ void coldboot_init(void) { /* 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();