From 4d483752a84dd9bc75b7a2624b6cdfb2c401b143 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 20 Nov 2015 16:13:18 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8515 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.lcf | 7 +++---- demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.mcp | Bin 61981 -> 61981 bytes 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'demos/SPC5') diff --git a/demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.lcf b/demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.lcf index b79240037..298121794 100644 --- a/demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.lcf +++ b/demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.lcf @@ -45,16 +45,15 @@ SECTIONS KEEP(*(.boot)) } - .handlers ALIGN(4): { + .handlers (VLECODE) ALIGN(4): { KEEP(*(.handlers)) } - .crt0 ALIGN(4): { + .crt0 (VLECODE) ALIGN(4): { *(.crt0) } .init: {} - .init_vle (VLECODE) ALIGN(4): { *(.init) @@ -66,7 +65,7 @@ SECTIONS KEEP(*(.vectors)) } - .ivors ALIGN(0x1000): + .ivors (VLECODE) ALIGN(0x1000): { __ivpr_base__ = .; KEEP(*(.ivors)) diff --git a/demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.mcp b/demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.mcp index b01513018..b9c560a16 100644 Binary files a/demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.mcp and b/demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.mcp differ -- cgit v1.2.3