bsp: r5: 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
46c5e55478
commit
3459d888f6
1 changed files with 0 additions and 7 deletions
|
@ -101,13 +101,6 @@ _startup:
|
|||
/* set stack pointer */
|
||||
ldr r13,.Lstack /* stack address */
|
||||
|
||||
/*
|
||||
* Uart is not initialized for OpenAMP applications
|
||||
* as master processor would be controlling and using the Uart
|
||||
*/
|
||||
#if USEAMP != 1
|
||||
bl Init_Uart /* Initialize UART */
|
||||
#endif
|
||||
bl main /* Jump to main C code */
|
||||
|
||||
bl _exit
|
||||
|
|
Loading…
Add table
Reference in a new issue