From bc5b8e24fee2989c0ddac5f7c33a4527dfdc577c Mon Sep 17 00:00:00 2001 From: Ioannis Glaropoulos Date: Fri, 18 Jan 2019 15:50:52 +0100 Subject: [PATCH] soc: nrf: remove unnecessary macros in mpu_regions.c Remove the locally-defined macros which define the base addresses for XICR, Peripheral space and PPB. The macros are not used. Signed-off-by: Ioannis Glaropoulos --- soc/arm/nordic_nrf/nrf52/mpu_regions.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/soc/arm/nordic_nrf/nrf52/mpu_regions.c b/soc/arm/nordic_nrf/nrf52/mpu_regions.c index 4daca9b9355..d1b9920c98f 100644 --- a/soc/arm/nordic_nrf/nrf52/mpu_regions.c +++ b/soc/arm/nordic_nrf/nrf52/mpu_regions.c @@ -9,10 +9,6 @@ #include "mpu_mem_cfg.h" -#define XICR_BASE 0x10000000 -#define PERIPH_BASE 0x40000000 -#define M4_PPB_BASE 0xE0000000 - static const struct arm_mpu_region mpu_regions[] = { /* Region 0 */ MPU_REGION_ENTRY("FLASH_0",