From 2190feafcc246f4be2ec2a60fc95bc54d1675b99 Mon Sep 17 00:00:00 2001 From: schneider Date: Mon, 12 Dec 2011 21:06:57 +0100 Subject: [PATCH] disabled CRP in linker script --- firmware/lpc1xxx/linkscript.ld | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/firmware/lpc1xxx/linkscript.ld b/firmware/lpc1xxx/linkscript.ld index 7138861..a6a7523 100644 --- a/firmware/lpc1xxx/linkscript.ld +++ b/firmware/lpc1xxx/linkscript.ld @@ -37,9 +37,11 @@ SECTIONS { KEEP(*(.irq_vectors)) KEEP(*(table)) - *(.text.main) -. = 0x000002FC ; /* or 1FC for LPC2000 */ +/* or 1FC for LPC2000*/ +/* *(.text.main) +. = 0x000002FC ; KEEP(*(crp)) +*/ *(.text*) *(.rodata*) } > flash