diff options
Diffstat (limited to 'examples/boot/nrf/memory.x')
| -rw-r--r-- | examples/boot/nrf/memory.x | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/boot/nrf/memory.x b/examples/boot/nrf/memory.x deleted file mode 100644 index 3a54ca460..000000000 --- a/examples/boot/nrf/memory.x +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | MEMORY | ||
| 2 | { | ||
| 3 | /* NOTE 1 K = 1 KiBi = 1024 bytes */ | ||
| 4 | BOOTLOADER : ORIGIN = 0x00000000, LENGTH = 24K | ||
| 5 | BOOTLOADER_STATE : ORIGIN = 0x00006000, LENGTH = 4K | ||
| 6 | FLASH : ORIGIN = 0x00007000, LENGTH = 64K | ||
| 7 | DFU : ORIGIN = 0x00017000, LENGTH = 68K | ||
| 8 | RAM (rwx) : ORIGIN = 0x20000008, LENGTH = 32K | ||
| 9 | } | ||
| 10 | |||
| 11 | __bootloader_state_start = ORIGIN(BOOTLOADER_STATE); | ||
| 12 | __bootloader_state_end = ORIGIN(BOOTLOADER_STATE) + LENGTH(BOOTLOADER_STATE); | ||
| 13 | |||
| 14 | __bootloader_dfu_start = ORIGIN(DFU); | ||
| 15 | __bootloader_dfu_end = ORIGIN(DFU) + LENGTH(DFU); | ||
