This is an automated email from the ASF dual-hosted git repository.

gnutt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit d618dad296d3017488a4ca71b7188fb4333babf1
Author: Jukka Laitinen <[email protected]>
AuthorDate: Mon Apr 20 10:45:47 2020 +0300

    arch/arm/src/stm32h7/Make.defs: arm_mpu.c was added twice
    
    Signed-off-by: Jukka Laitinen <[email protected]>
---
 arch/arm/src/stm32h7/Make.defs | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/arch/arm/src/stm32h7/Make.defs b/arch/arm/src/stm32h7/Make.defs
index 2951768..46cbc73 100644
--- a/arch/arm/src/stm32h7/Make.defs
+++ b/arch/arm/src/stm32h7/Make.defs
@@ -137,11 +137,6 @@ CHIP_CSRCS += stm32_adc.c
 endif
 
 ifeq ($(CONFIG_STM32H7_BBSRAM),y)
-ifeq ($(CONFIG_ARMV7M_DCACHE),y)
-ifeq ($(CONFIG_ARM_MPU),y)
-CMN_CSRCS += arm_mpu.c
-endif
-endif
 CHIP_CSRCS += stm32_bbsram.c
 endif
 

Reply via email to