diff options
| author | Ulf Lilleengen <[email protected]> | 2022-04-28 14:08:33 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2022-04-28 14:11:01 +0200 |
| commit | b7e7211a204d40afaf98e0c1ed405a898f8fc689 (patch) | |
| tree | 9ccced17282dcf960f38611e33965c504db4dc07 /embassy-boot | |
| parent | bd488ef0d55a82d58d54284d52d0c35b0925a38a (diff) | |
Fix linker script for nrf bootloader example
Diffstat (limited to 'embassy-boot')
| -rw-r--r-- | embassy-boot/nrf/memory-bm.x | 2 | ||||
| -rw-r--r-- | embassy-boot/nrf/memory.x | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/embassy-boot/nrf/memory-bm.x b/embassy-boot/nrf/memory-bm.x index 257d65644..8a32b905f 100644 --- a/embassy-boot/nrf/memory-bm.x +++ b/embassy-boot/nrf/memory-bm.x | |||
| @@ -5,7 +5,7 @@ MEMORY | |||
| 5 | BOOTLOADER_STATE : ORIGIN = 0x00006000, LENGTH = 4K | 5 | BOOTLOADER_STATE : ORIGIN = 0x00006000, LENGTH = 4K |
| 6 | ACTIVE : ORIGIN = 0x00007000, LENGTH = 64K | 6 | ACTIVE : ORIGIN = 0x00007000, LENGTH = 64K |
| 7 | DFU : ORIGIN = 0x00017000, LENGTH = 68K | 7 | DFU : ORIGIN = 0x00017000, LENGTH = 68K |
| 8 | RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 32K | 8 | RAM (rwx) : ORIGIN = 0x20000008, LENGTH = 32K |
| 9 | } | 9 | } |
| 10 | 10 | ||
| 11 | __bootloader_state_start = ORIGIN(BOOTLOADER_STATE); | 11 | __bootloader_state_start = ORIGIN(BOOTLOADER_STATE); |
diff --git a/embassy-boot/nrf/memory.x b/embassy-boot/nrf/memory.x index 257d65644..8a32b905f 100644 --- a/embassy-boot/nrf/memory.x +++ b/embassy-boot/nrf/memory.x | |||
| @@ -5,7 +5,7 @@ MEMORY | |||
| 5 | BOOTLOADER_STATE : ORIGIN = 0x00006000, LENGTH = 4K | 5 | BOOTLOADER_STATE : ORIGIN = 0x00006000, LENGTH = 4K |
| 6 | ACTIVE : ORIGIN = 0x00007000, LENGTH = 64K | 6 | ACTIVE : ORIGIN = 0x00007000, LENGTH = 64K |
| 7 | DFU : ORIGIN = 0x00017000, LENGTH = 68K | 7 | DFU : ORIGIN = 0x00017000, LENGTH = 68K |
| 8 | RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 32K | 8 | RAM (rwx) : ORIGIN = 0x20000008, LENGTH = 32K |
| 9 | } | 9 | } |
| 10 | 10 | ||
| 11 | __bootloader_state_start = ORIGIN(BOOTLOADER_STATE); | 11 | __bootloader_state_start = ORIGIN(BOOTLOADER_STATE); |
