Skip to content

Commit

Permalink
soc: nxp: imxrt: imxrt118x: Remove cm7 core condition for CPU_HAS_ICACHE
Browse files Browse the repository at this point in the history
Although I/DCACHE aren't included under cm33 architecture,
NXP design and integrate Code Cache/Sys Cache for cm33 to
speed up the core execution efficiency.
For the convenience of developers, we believe that software
developers can directly use Code/Sys Cache as arm's I/D Cache.

Signed-off-by: Lucien Zhao <[email protected]>
  • Loading branch information
lucien-nxp authored and kartben committed Jan 7, 2025
1 parent f4f3b93 commit a101a4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions soc/nxp/imxrt/imxrt118x/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ config SOC_SERIES_IMXRT118X
select ARM_MPU if SOC_MIMXRT1189_CM33
select INIT_ARM_PLL
select ARM_TRUSTZONE_M if SOC_MIMXRT1189_CM33
select CPU_HAS_ICACHE if SOC_MIMXRT1189_CM7
select CPU_HAS_DCACHE if SOC_MIMXRT1189_CM7
select CPU_HAS_ICACHE
select CPU_HAS_DCACHE
select CPU_HAS_FPU
select CPU_HAS_FPU_DOUBLE_PRECISION if SOC_MIMXRT1189_CM7
select HAS_MCUX_IOMUXC
Expand Down

0 comments on commit a101a4c

Please sign in to comment.