From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 16 May 2018 14:57:20 -0600 Subject: [U-Boot] [PATCH v2 3/7] serial: serial_msm: initialize uart only before relocation In-Reply-To: <20180516091342.7509-3-ramon.fried@gmail.com> References: <20180516091342.7509-1-ramon.fried@gmail.com> <20180516091342.7509-3-ramon.fried@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 16 May 2018 at 03:13, Ramon Fried wrote: > The uart is already initialized prior to relocation, > reinitialization after relocation is unnecessary. > > Signed-off-by: Ramon Fried > --- > v2: removed extra parenthesis > > drivers/serial/serial_msm.c | 4 ++++ > 1 file changed, 4 insertions(+) Reviewed-by: Simon Glass