summaryrefslogtreecommitdiff
path: root/platform/devices/MCIMX7D/linker/gcc/MCIMX7D_M4_tcm.ld
diff options
context:
space:
mode:
Diffstat (limited to 'platform/devices/MCIMX7D/linker/gcc/MCIMX7D_M4_tcm.ld')
-rw-r--r--platform/devices/MCIMX7D/linker/gcc/MCIMX7D_M4_tcm.ld4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/devices/MCIMX7D/linker/gcc/MCIMX7D_M4_tcm.ld b/platform/devices/MCIMX7D/linker/gcc/MCIMX7D_M4_tcm.ld
index 9feff17..220e9da 100644
--- a/platform/devices/MCIMX7D/linker/gcc/MCIMX7D_M4_tcm.ld
+++ b/platform/devices/MCIMX7D/linker/gcc/MCIMX7D_M4_tcm.ld
@@ -55,8 +55,8 @@ STACK_SIZE = DEFINED(__stack_size__) ? __stack_size__ : 0x0400;
/* Specify the memory areas */
MEMORY
{
- m_interrupts (RX) : ORIGIN = 0x1FFF8000, LENGTH = 0x00000240
- m_text (RX) : ORIGIN = 0x1FFF8240, LENGTH = 0x00007DC0
+ m_interrupts (RX) : ORIGIN = 0x00000000, LENGTH = 0x00000240
+ m_text (RX) : ORIGIN = 0x1FFF8000, LENGTH = 0x00008000
m_data (RW) : ORIGIN = 0x20000000, LENGTH = 0x00008000
}