Re: [U-Boot] [PATCH] dm: serial: Initialize serial console only when it wasn't already configured

2018-02-02 Thread Lukasz Majewski
Dear All, > It may happen that the MXC serial IP block is performing some ongoing > transmission (started at e.g. board_init()) when the "initr_serial" is > called. > > As a result the serial port IP block is reset, so transmitted data is > corrupted: > > I2C: ready > DRAM: 1 GiB >

Re: [U-Boot] [PATCH] dm: serial: Initialize serial console only when it wasn't already configured

2018-01-26 Thread Stefan Roese
On 25.01.2018 18:24, Lukasz Majewski wrote: It may happen that the MXC serial IP block is performing some ongoing transmission (started at e.g. board_init()) when the "initr_serial" is called. As a result the serial port IP block is reset, so transmitted data is corrupted: I2C: ready DRAM:

[U-Boot] [PATCH] dm: serial: Initialize serial console only when it wasn't already configured

2018-01-25 Thread Lukasz Majewski
It may happen that the MXC serial IP block is performing some ongoing transmission (started at e.g. board_init()) when the "initr_serial" is called. As a result the serial port IP block is reset, so transmitted data is corrupted: I2C: ready DRAM: 1 GiB jSS('HH��SL_SDHC: 04 rev 0x0 This patch