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:
Kinjal Pravinbhai Patel 2015-09-29 18:52:49 +05:30 committed by Nava kishore Manne
parent a05a08e12a
commit 0fcc5be66f

View file

@ -65,7 +65,7 @@
.globl IRQHandler
.globl prof_pc
.section .vectors
.section .vectors, "a"
_vector_table:
B _boot
B Undefined