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.
pull/9208/head
Kevin Bracey 2018-12-12 15:11:14 +02:00 committed by Cruz Monrreal II
parent 342eed5f29
commit 204a568abb
1 changed files with 3 additions and 0 deletions

View File

@ -6734,6 +6734,9 @@
"value": 0
}
},
"overrides": {
"mpu-rom-end": "0x1fffffff"
},
"OUTPUT_EXT": "hex",
"is_disk_virtual": true,
"supported_toolchains": ["GCC_ARM", "ARM", "IAR"],