Update gcc_nrf52-mcuboot.ld

Co-authored-by: JF <JF002@users.noreply.github.com>
main
Alex Dolzhenkov 2022-12-27 09:57:50 +07:00 committed by GitHub
parent 4f6a9571f3
commit 71e9a97e7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

@ -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;