diff options
Diffstat (limited to 'firmware/target/arm/at91sam')
-rw-r--r-- | firmware/target/arm/at91sam/boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/at91sam/boot.lds b/firmware/target/arm/at91sam/boot.lds index c638511e47..2497e09958 100644 --- a/firmware/target/arm/at91sam/boot.lds +++ b/firmware/target/arm/at91sam/boot.lds | |||
@@ -29,7 +29,7 @@ SECTIONS | |||
29 | .vectors 0 : AT (DRAMORIG + DRAMSIZE - 1M) | 29 | .vectors 0 : AT (DRAMORIG + DRAMSIZE - 1M) |
30 | { | 30 | { |
31 | _start_vectors_section = .; | 31 | _start_vectors_section = .; |
32 | *(.vectors) | 32 | KEEP(*(.vectors)) |
33 | *(.glue_7) | 33 | *(.glue_7) |
34 | *(.glue_7t) | 34 | *(.glue_7t) |
35 | . = ALIGN(4); | 35 | . = ALIGN(4); |