bsp: R5_freertos: modified freertos asm_vectors

This patch modifies asm_vectors in freertos R5 to put the vectors
beyond 32MB from code

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-08-20 02:02:07 +05:30 committed by Nava kishore Manne
parent cbf1285e40
commit 07e5abb299

View file

@ -94,6 +94,7 @@ _vector_table:
_irq: .word FreeRTOS_IRQ_Handler
_swi: .word FreeRTOS_SWI_Handler
.text
FIQHandler: /* FIQ vector handler */
stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */
FIQLoop: