Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core: arm: boot_clear_memtag(): use core_mmu_for_each_map()
Use core_mmu_for_each_map() in boot_clear_memtag() to iterate over each memory region and clear memory tags for each matching region. Preparing for future changes where more than one memory region may use the same memory type. Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
- Loading branch information