serial: serial_msm: initialize uart only before relocation
authorRamon Fried <ramon.fried@gmail.com>
Wed, 16 May 2018 09:13:38 +0000 (12:13 +0300)
committerTom Rini <trini@konsulko.com>
Sat, 26 May 2018 16:46:50 +0000 (12:46 -0400)
commit7e5ad796bcd65772a87da236ae21cd536ae3a4d2
tree7592d5bda4c1baf2ede89ceb8c48514439f7e251
parent11d59fe5374a1a35d6293951794e32f0c0126739
serial: serial_msm: initialize uart only before relocation

The uart is already initialized prior to relocation,
reinitialization after relocation is unnecessary.

Signed-off-by: Ramon Fried <ramon.fried@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/serial/serial_msm.c