aboutsummaryrefslogtreecommitdiff
path: root/src/host
diff options
context:
space:
mode:
Diffstat (limited to 'src/host')
-rw-r--r--src/host/imxrt-link.x5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/host/imxrt-link.x b/src/host/imxrt-link.x
index a389325..dfe7355 100644
--- a/src/host/imxrt-link.x
+++ b/src/host/imxrt-link.x
@@ -70,14 +70,15 @@ SECTIONS
__sivector_table = LOADADDR(.vector_table);
/* This section guarantees VMA = LMA to allow the execute-in-place entry point to be inside the image. */
- .xip :
+ .xip : ALIGN(4)
{
/* Included here if not otherwise included in the boot header. */
*(.Reset);
*(.__pre_init);
+ *(.xip .xip.*);
} > REGION_LOAD_TEXT
- .text :
+ .text : ALIGN(4)
{
FILL(0xff);
__stext = .;