aboutsummaryrefslogtreecommitdiffstats
path: root/demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.lcf
diff options
context:
space:
mode:
Diffstat (limited to 'demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.lcf')
-rw-r--r--demos/SPC5/RT-SPC560D-EVB/cw/ch/ch.lcf7
1 files changed, 3 insertions, 4 deletions
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))