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:
parent
d0c41612d8
commit
46c5e55478
2 changed files with 0 additions and 4 deletions
|
@ -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 */
|
||||
|
||||
|
|
|
@ -98,9 +98,6 @@ _startup:
|
|||
|
||||
.Lenclbss:
|
||||
|
||||
bl Init_Uart /* Initialize UART */
|
||||
|
||||
|
||||
/* make sure argc and argv are valid */
|
||||
mov x0, #0
|
||||
mov x1, #0
|
||||
|
|
Loading…
Add table
Reference in a new issue