mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-27 18:32:54 +00:00
mmu: hal function to init, and hal function to unmap all
This commit is contained in:
@@ -241,7 +241,7 @@ void bootloader_munmap(const void *mapping)
|
||||
mmu_init(0);
|
||||
#else
|
||||
cache_hal_disable(CACHE_TYPE_ALL);
|
||||
mmu_hal_init();
|
||||
mmu_hal_unmap_all();
|
||||
#endif
|
||||
mapped = false;
|
||||
current_read_mapping = UINT32_MAX;
|
||||
|
Reference in New Issue
Block a user