mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-12-18 08:22:04 +00:00
Can't copy to VAs if VA don't exist (at that point of the program)
This commit is contained in:
parent
e34d86b16f
commit
19dda5ed48
1 changed files with 1 additions and 1 deletions
|
@ -152,8 +152,8 @@ void coldboot_init(void) {
|
||||||
|
|
||||||
/* TODO: initialize DMA controllers, etc. */
|
/* TODO: initialize DMA controllers, etc. */
|
||||||
configure_ttbls();
|
configure_ttbls();
|
||||||
copy_other_sections();
|
|
||||||
set_memory_registers_enable_mmu_tzram_pa();
|
set_memory_registers_enable_mmu_tzram_pa();
|
||||||
|
copy_other_sections();
|
||||||
|
|
||||||
flush_dcache_all_tzram_pa();
|
flush_dcache_all_tzram_pa();
|
||||||
invalidate_icache_all_inner_shareable_tzram_pa();
|
invalidate_icache_all_inner_shareable_tzram_pa();
|
||||||
|
|
Loading…
Reference in a new issue