Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions soc/nxp/imxrt/imxrt7xx/cm33/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ zephyr_sources_ifdef(CONFIG_MIPI_DSI display_if.c)

zephyr_sources_ifdef(CONFIG_MFD_PCA9422 pmic_int.c)

if(CONFIG_SOC_MIMXRT798S_CM33_CPU0)
zephyr_sources(mpu_regions.c)
endif()

if(CONFIG_FLASH_MCUX_XSPI_XIP)
zephyr_sources(flash_clock_setup.c)
zephyr_code_relocate(FILES flash_clock_setup.c LOCATION ${CONFIG_FLASH_MCUX_XSPI_XIP_MEM}_TEXT)
Expand Down
1 change: 0 additions & 1 deletion soc/nxp/imxrt/imxrt7xx/cm33/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ config SOC_MIMXRT798S_CM33_CPU0
select ARM
select CPU_HAS_ARM_SAU
select CPU_HAS_ARM_MPU
select CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS
select CPU_HAS_FPU
select ARMV8_M_DSP
select ARM_TRUSTZONE_M
Expand Down
22 changes: 0 additions & 22 deletions soc/nxp/imxrt/imxrt7xx/cm33/mpu_regions.c

This file was deleted.