Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boards: nulceo_l552ze_q: Enable MPU on ns target #30226

Merged
merged 1 commit into from
Nov 25, 2020
Merged
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
7 changes: 1 addition & 6 deletions boards/arm/nucleo_l552ze_q/nucleo_l552ze_q_ns_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,7 @@ CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y

# Enable MPU
# Issue #27809
# TFM integration sample tfm_ipc doesn't work when the MPU is enabled.
# In TF-M, for the nucleo_l552ze_q, TFM_BOOT_MPU_PROTECTION configures and
# enables a secure MPU and a non secure MPU. Either CONFIG_ARM_MPU or
# TFM_BOOT_MPU_PROTECTION must be disabled.
#CONFIG_ARM_MPU=y
CONFIG_ARM_MPU=y

CONFIG_ARM_TRUSTZONE_M=y
CONFIG_CORTEX_M_SYSTICK=y
Expand Down