aboutsummaryrefslogtreecommitdiff
path: root/src/host/imxrt-link.x
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/imxrt-link.x')
-rw-r--r--src/host/imxrt-link.x10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/host/imxrt-link.x b/src/host/imxrt-link.x
index 272ffd8..d02a170 100644
--- a/src/host/imxrt-link.x
+++ b/src/host/imxrt-link.x
@@ -1,12 +1,8 @@
-/*
- * This linker script is a fork of the default linker script provided by
+/* ===--- Begin imxrt-link.x ---===
+ * This section of the linker script is a fork of the default linker script provided by
* imxrt-rt, version 0.7.1. It's modified to support the needs of imxrt-rt.
*/
-/* Provides information about the memory layout of the device */
-/* This will be provided by the build script that uses imxrt-rt. */
-INCLUDE imxrt-memory.x
-
/* # Entry point = reset vector */
EXTERN(__RESET_VECTOR);
EXTERN(Reset);
@@ -196,3 +192,5 @@ Dynamic relocations are not supported. If you are linking to C code compiled usi
the 'cc' crate then modify your build script to compile the C code _without_
the -fPIC flag. See the documentation of the `cc::Build.pic` method for details.");
/* Do not exceed this mark in the error messages above | */
+
+/* ===--- End imxrt-link.x ---=== */