mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
imxrt mpuinit:Remove duplicate entry for ITCM (0x0)
This commit is contained in:
committed by
Xiang Xiao
parent
08d0434bad
commit
34c3efcb91
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user