Skip to content

Commit dfe8d7b

Browse files
committed
mimxrt/boards/common.ld: sdram section.
Signed-off-by: Andrew Leech <[email protected]>
1 parent 173ff63 commit dfe8d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/mimxrt/boards/common.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ SECTIONS
264264
. += STACK_SIZE;
265265
} > m_dtcm
266266

267-
.sdram :
267+
.sdram (NOLOAD) :
268268
{
269269
. = ALIGN(8);
270270
*(.sdram);

0 commit comments

Comments
 (0)