mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-01-19 01:34:10 +01: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
@ -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…
x
Reference in New Issue
Block a user