From 0fcc5be66ff8489bbccbfade60901fab11945b1e Mon Sep 17 00:00:00 2001 From: Kinjal Pravinbhai Patel Date: Tue, 29 Sep 2015 18:52:49 +0530 Subject: [PATCH] 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 Acked-by: Anirudha Sarangi --- lib/bsp/standalone/src/cortexa53/32bit/gcc/asm_vectors.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bsp/standalone/src/cortexa53/32bit/gcc/asm_vectors.S b/lib/bsp/standalone/src/cortexa53/32bit/gcc/asm_vectors.S index 80f6fc3b..5dba3162 100644 --- a/lib/bsp/standalone/src/cortexa53/32bit/gcc/asm_vectors.S +++ b/lib/bsp/standalone/src/cortexa53/32bit/gcc/asm_vectors.S @@ -65,7 +65,7 @@ .globl IRQHandler .globl prof_pc -.section .vectors +.section .vectors, "a" _vector_table: B _boot B Undefined