summaryrefslogtreecommitdiff
path: root/ports/mimxrt10xx/linking/common.ld
diff options
context:
space:
mode:
Diffstat (limited to 'ports/mimxrt10xx/linking/common.ld')
-rw-r--r--ports/mimxrt10xx/linking/common.ld3
1 files changed, 0 insertions, 3 deletions
diff --git a/ports/mimxrt10xx/linking/common.ld b/ports/mimxrt10xx/linking/common.ld
index 90fc78093..720361aa0 100644
--- a/ports/mimxrt10xx/linking/common.ld
+++ b/ports/mimxrt10xx/linking/common.ld
@@ -62,7 +62,6 @@ SECTIONS
KEEP(*(.isr_vector)) /* Startup code */
*(EXCLUDE_FILE(
- *flexspi_nor_flash_ops.o
*fsl_flexspi.o
) .text*) /* .text* sections (code) */
*(.rodata*) /* .rodata* sections (constants, strings, etc.) */
@@ -84,7 +83,6 @@ SECTIONS
{
. = ALIGN(4);
*(.data*) /* .data* sections */
- *flexspi_nor_flash_ops.o(.text*)
*fsl_flexspi.o(.text*)
. = ALIGN(4);
} > OCRAM AT> FLASH_FIRMWARE
@@ -110,7 +108,6 @@ SECTIONS
.itcm :
{
. = ALIGN(4);
-
*(.itcm.*)
. = ALIGN(4);