bsp: a53: removes Init_Uart call from boot flow

This patch modifies xil-crt0.S to remove Init_Uart API call
as fsbl is initializing the UART

Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
This commit is contained in:
Kinjal Pravinbhai Patel 2015-06-10 17:27:25 +05:30 committed by Nava kishore Manne
parent d0c41612d8
commit 46c5e55478
2 changed files with 0 additions and 4 deletions

View file

@ -97,7 +97,6 @@ _startup:
.Lenclbss:
/* set stack pointer */
ldr r13,.Lstack /* stack address */
bl Init_Uart /* Initialize UART */
bl main /* Jump to main C code */

View file

@ -98,9 +98,6 @@ _startup:
.Lenclbss:
bl Init_Uart /* Initialize UART */
/* make sure argc and argv are valid */
mov x0, #0
mov x1, #0