bsp: a53: modified a53 32bit asm_vectors.S for linker issue
This patch modifies a53 32bit asm_vectors.S to put proper attribute for section .vectors Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com> Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
This commit is contained in:
parent
a05a08e12a
commit
0fcc5be66f
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
||||||
.globl IRQHandler
|
.globl IRQHandler
|
||||||
.globl prof_pc
|
.globl prof_pc
|
||||||
|
|
||||||
.section .vectors
|
.section .vectors, "a"
|
||||||
_vector_table:
|
_vector_table:
|
||||||
B _boot
|
B _boot
|
||||||
B Undefined
|
B Undefined
|
||||||
|
|
Loading…
Add table
Reference in a new issue