From 18465a98c5c94c3100cba3f596ce384970f966d0 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Mon, 6 Mar 2017 18:07:20 -0800 Subject: use OCRAM But remove EPD OCRAM, since this is not clocked during suspend. Use TCM instead. --- platform/devices/MCIMX7D/linker/gcc/MCIMX7D_M4_ocram.ld | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'platform/devices/MCIMX7D/linker/gcc') diff --git a/platform/devices/MCIMX7D/linker/gcc/MCIMX7D_M4_ocram.ld b/platform/devices/MCIMX7D/linker/gcc/MCIMX7D_M4_ocram.ld index c74b792..49967f9 100644 --- a/platform/devices/MCIMX7D/linker/gcc/MCIMX7D_M4_ocram.ld +++ b/platform/devices/MCIMX7D/linker/gcc/MCIMX7D_M4_ocram.ld @@ -56,8 +56,8 @@ STACK_SIZE = DEFINED(__stack_size__) ? __stack_size__ : 0x0400; MEMORY { m_interrupts (RX) : ORIGIN = 0x00910000, LENGTH = 0x00000240 - m_text (RX) : ORIGIN = 0x00910240, LENGTH = 0x0000fdc0 - m_data (RW) : ORIGIN = 0x20220000, LENGTH = 0x00020000 /* EPDC */ + m_text (RX) : ORIGIN = 0x00910240, LENGTH = 0x00007dc0 + m_data (RW) : ORIGIN = 0x20000000, LENGTH = 0x00008000 /*TCMU*/ } __FLASH_START = ORIGIN(m_interrupts); -- cgit v1.2.3