From 204a568abb01ab284f8eec4defec9a0c863abf9d Mon Sep 17 00:00:00 2001 From: Kevin Bracey Date: Wed, 12 Dec 2018 15:11:14 +0200 Subject: [PATCH] nRF52840: Set mpu-rom-end to 0x1fffffff So we have at least one test platform exercising the special case of mpu-rom-end being 0x1fffffff, set that for nRF52840. --- targets/targets.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/targets/targets.json b/targets/targets.json index de1e56d583..942c160485 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -6734,6 +6734,9 @@ "value": 0 } }, + "overrides": { + "mpu-rom-end": "0x1fffffff" + }, "OUTPUT_EXT": "hex", "is_disk_virtual": true, "supported_toolchains": ["GCC_ARM", "ARM", "IAR"],