We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f6a957 commit 71e9a97Copy full SHA for 71e9a97
gcc_nrf52-mcuboot.ld
@@ -22,6 +22,7 @@ GROUP(-lgcc -lc -lnosys)
22
23
MCUBOOT_SIZE = 0x8000;
24
SCRATCH_SIZE = 0x1000;
25
+TLV_SIZE = 0x28; /* Metadata added by imgtool at the end of the image */
26
SCRATCH_OFFSET = 0x7c000;
27
MCUBOOT_APP_IMAGE_HEADER_SIZE = 0x20;
28
MCUBOOT_APP_IMAGE_TRAILER_SIZE = 0x1b0;
0 commit comments