From fc91a0427ba91c0aebd6ebd8de82442d631a2f8b 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 e178a78..bc6bebe 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