imxrt mpuinit:Remove duplicate entry for ITCM (0x0)

This commit is contained in:
David Sidrane
2021-10-27 13:00:26 -07:00
committed by Xiang Xiao
parent 08d0434bad
commit 34c3efcb91
-8
View File
@@ -150,14 +150,6 @@ void imxrt_mpu_initialize(void)
MPU_RASR_AP_RORO); /* P:RO U:RO
* Instruction access */
mpu_configure_region(0x00000000, 1024 * 1024 * 1024,
MPU_RASR_TEX_DEV | /* Device
* Not Cacheable
* Not Bufferable
* Not Shareable */
MPU_RASR_AP_RWRW); /* P:RW U:RW
* Instruction access */
mpu_configure_region(IMXRT_ITCM_BASE, 128 * 1024,
MPU_RASR_TEX_SO | /* Ordered */
MPU_RASR_C | /* Cacheable */