diff options
| author | Alex Dolzhenkov <leha.dolzhenkov@gmail.com> | 2022-12-27 09:57:50 +1300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-27 09:57:50 +1300 |
| commit | 71e9a97e7c87e33ece6ddc85584c9b0e245db516 (patch) | |
| tree | 191586330670abb894939b1c146d6c9499d08e86 /gcc_nrf52-mcuboot.ld | |
| parent | 4f6a9571f3783f52eb00bd359f864ab05f62471a (diff) | |
Update gcc_nrf52-mcuboot.ld
Co-authored-by: JF <JF002@users.noreply.github.com>
Diffstat (limited to 'gcc_nrf52-mcuboot.ld')
| -rw-r--r-- | gcc_nrf52-mcuboot.ld | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc_nrf52-mcuboot.ld b/gcc_nrf52-mcuboot.ld index 8337099e..4c4b83d9 100644 --- a/gcc_nrf52-mcuboot.ld +++ b/gcc_nrf52-mcuboot.ld @@ -22,6 +22,7 @@ GROUP(-lgcc -lc -lnosys) MCUBOOT_SIZE = 0x8000; SCRATCH_SIZE = 0x1000; +TLV_SIZE = 0x28; /* Metadata added by imgtool at the end of the image */ SCRATCH_OFFSET = 0x7c000; MCUBOOT_APP_IMAGE_HEADER_SIZE = 0x20; MCUBOOT_APP_IMAGE_TRAILER_SIZE = 0x1b0; |
