Tegra: no need to re-init the same console
authorVarun Wadekar <vwadekar@nvidia.com>
Tue, 4 Apr 2017 20:40:12 +0000 (13:40 -0700)
committerVarun Wadekar <vwadekar@nvidia.com>
Thu, 13 Apr 2017 21:18:42 +0000 (14:18 -0700)
commite87dac6b4580e748d61b2b2144b8d58f25397ccf
treea402e73be943731f8bfaf0400c027fe35c091121
parenta9e0260c7727a48aef7573503021b9f4fa11e329
Tegra: no need to re-init the same console

This patch stops initialising the same UART console, as a "crash"
console. The normal and the crash consoles use the same UART port
and hence the crash console init function now only checks if the
console is ready to be used.

Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
plat/nvidia/tegra/common/aarch64/tegra_helpers.S
plat/nvidia/tegra/common/tegra_bl31_setup.c