commit | 1f0f4a102025d0b3472b50d831ea3ec3c277197b | [log] [tgz] |
---|---|---|
author | Ramon Fried <ramon.fried@gmail.com> | Wed May 16 12:13:38 2018 +0300 |
committer | Tom Rini <trini@konsulko.com> | Sat May 26 12:46:50 2018 -0400 |
tree | 7592d5bda4c1baf2ede89ceb8c48514439f7e251 | |
parent | 5550dd9796e8a5f504d0ec226209b01e7f9638a8 [diff] |
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>