diff options
Diffstat (limited to 'src/host/imxrt-boot-header.x')
| -rw-r--r-- | src/host/imxrt-boot-header.x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/imxrt-boot-header.x b/src/host/imxrt-boot-header.x index 615fc65..3f33603 100644 --- a/src/host/imxrt-boot-header.x +++ b/src/host/imxrt-boot-header.x @@ -8,7 +8,7 @@ * Note that it depends on the section layout! Need to represent contiguous * sections starting from the boot header. */ -__image_size = SIZEOF(.boot) + SIZEOF(.vector_table) + SIZEOF(.text) + SIZEOF(.rodata); +__image_size = SIZEOF(.boot) + SIZEOF(.vector_table) + SIZEOF(.xip) + SIZEOF(.text) + SIZEOF(.rodata); /* END TODO */ EXTERN(FLEXSPI_CONFIGURATION_BLOCK); |
