disabled CRP in linker script

This commit is contained in:
schneider 2011-12-12 21:06:57 +01:00
parent 8fc54d1b2d
commit 2190feafcc
1 changed files with 4 additions and 2 deletions

View File

@ -37,9 +37,11 @@ SECTIONS
{ {
KEEP(*(.irq_vectors)) KEEP(*(.irq_vectors))
KEEP(*(table)) KEEP(*(table))
*(.text.main) /* or 1FC for LPC2000*/
. = 0x000002FC ; /* or 1FC for LPC2000 */ /* *(.text.main)
. = 0x000002FC ;
KEEP(*(crp)) KEEP(*(crp))
*/
*(.text*) *(.text*)
*(.rodata*) *(.rodata*)
} > flash } > flash