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 <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
5965c0e7e0
commit
bc5b8e24fe
1 changed files with 0 additions and 4 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue