From 2fb8ccd4adf6433033a402e2fa07c2f11c489518 Mon Sep 17 00:00:00 2001 From: Wojciech Strozynski Date: Tue, 2 Feb 2016 08:40:22 +0100 Subject: Minor fix. --- platform/devices/MCIMX7D/linker/gcc/MCIMX7D_M4_ocram.ld | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/devices/MCIMX7D/linker/gcc/MCIMX7D_M4_ocram.ld b/platform/devices/MCIMX7D/linker/gcc/MCIMX7D_M4_ocram.ld index 974f4c6..76988c4 100644 --- a/platform/devices/MCIMX7D/linker/gcc/MCIMX7D_M4_ocram.ld +++ b/platform/devices/MCIMX7D/linker/gcc/MCIMX7D_M4_ocram.ld @@ -6,9 +6,9 @@ HEAP_SIZE = 0x200; /* Specify the memory areas */ MEMORY { - m_text (RX) : ORIGIN = 0x00920000, LENGTH = 0x00020000 //OCRAM_EPDC + m_text (RX) : ORIGIN = 0x00920000, LENGTH = 0x00020000 - m_data (RW) : ORIGIN = 0x20000000, LENGTH = 0x00007FFF //TCML_U + m_data (RW) : ORIGIN = 0x20000000, LENGTH = 0x00007FFF } SECTIONS -- cgit v1.2.3