zephyr/subsys/mgmt
Jordan Yates b90c62ac7b mgmt: correct MPU_ALLOW_FLASH_WRITE selection
Select MPU_ALLOW_FLASH_WRITE when ARM_MPU is enabled, not CPU_HAS_MPU.
MPU_ALLOW_FLASH_WRITE is only defined as a symbol when ARM_MPU is
enabled. ARM_MPU is only defined when CPU_HAS_MPU is defined, so the
CPU_HAS_MPU dependency can be dropped.

This fixes a build error when MCUMGR_CMD_IMG_MGMT is enabled but
ARM_MPU is not.

Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
2020-07-02 12:28:06 +02:00
..
CMakeLists.txt
Kconfig
Kconfig.mcumgr mgmt: correct MPU_ALLOW_FLASH_WRITE selection 2020-07-02 12:28:06 +02:00
buf.c
serial_util.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
smp.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
smp_bt.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
smp_shell.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
smp_uart.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
smp_udp.c