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:
Jyotheeswar Reddy 2015-10-11 22:50:07 +05:30 committed by Nava kishore Manne
parent 743a656e2c
commit 676a985bc1

View file

@ -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