Fix vmem in 512MB mode
This commit is contained in:
parent
2c3b516341
commit
a4453c0a81
|
@ -655,6 +655,7 @@ void _vmem_enable_mmu(bool enable)
|
|||
{
|
||||
// Restore P0/U0 mem mappings
|
||||
vmem32_term();
|
||||
_vmem_set_p0_mappings();
|
||||
if (_nvmem_4gb_space())
|
||||
_vmem_set_p0_mappings();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue