From b5b3cf69f7e0a108e6b379de1bf1c479a12ce702 Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 31 Jan 2020 20:48:01 +0100 Subject: [PATCH] link.x: simplify while used with jtag only --- link.x | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/link.x b/link.x index e178a788..bc6bebe7 100644 --- a/link.x +++ b/link.x @@ -21,17 +21,9 @@ MEMORY SECTIONS { - .exceptions ORIGIN(OCM) : + .text : { KEEP(*(.text.exceptions)); - } > OCM - - .__fill (NOLOAD) : { - . = ORIGIN(OCM) + 0x8000; - } > OCM - - .text (ORIGIN(OCM) + 0x8000) : - { *(.text.boot); *(.text .text.*); } > OCM