aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-LPC214x-G++/ch.ld
diff options
context:
space:
mode:
Diffstat (limited to 'demos/ARM7-LPC214x-G++/ch.ld')
-rw-r--r--demos/ARM7-LPC214x-G++/ch.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARM7-LPC214x-G++/ch.ld b/demos/ARM7-LPC214x-G++/ch.ld
index bb59cec1c..81ab80dc6 100644
--- a/demos/ARM7-LPC214x-G++/ch.ld
+++ b/demos/ARM7-LPC214x-G++/ch.ld
@@ -48,7 +48,7 @@ SECTIONS
.text :
{
_text = .;
- KEEP(*(.startup))
+ KEEP(*(vectors))
*(.text)
*(.text.*);
*(.rodata);