Skip to content

Commit 71e9a97

Browse files
AlexXZeroJF002
andauthored
Update gcc_nrf52-mcuboot.ld
Co-authored-by: JF <JF002@users.noreply.github.com>
1 parent 4f6a957 commit 71e9a97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gcc_nrf52-mcuboot.ld

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ GROUP(-lgcc -lc -lnosys)
2222

2323
MCUBOOT_SIZE = 0x8000;
2424
SCRATCH_SIZE = 0x1000;
25+
TLV_SIZE = 0x28; /* Metadata added by imgtool at the end of the image */
2526
SCRATCH_OFFSET = 0x7c000;
2627
MCUBOOT_APP_IMAGE_HEADER_SIZE = 0x20;
2728
MCUBOOT_APP_IMAGE_TRAILER_SIZE = 0x1b0;

0 commit comments

Comments
 (0)