pmufw:config:Skip UART initialization
FSBL configures the UART baud rate, MIOs and Clocks. UART init code in FW is not fully functional and in some cases may interfere with settings done by FSBL. So skip UART init in PMUFW to avoid conflicts. Signed-off-by: Jyotheeswar Reddy <jyothee@xilinx.com> Acked-by: Sarat Chand Savitala <saratcha@xilinx.com>
This commit is contained in:
parent
743a656e2c
commit
676a985bc1
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@
|
|||
/* Let the MB sleep when it is Idle in Main Loop */
|
||||
#define SLEEP_WHEN_IDLE
|
||||
|
||||
/* Directs the PMU FW to configure UART */
|
||||
#define CONFIG_UART
|
||||
/* Skip UART init. FSBL does that. */
|
||||
#define SKIP_UARTINIT
|
||||
|
||||
/* Enable Power Management and Error Management Modules */
|
||||
#define ENABLE_PM
|
||||
|
|
Loading…
Add table
Reference in a new issue