On 25 April 2018 at 15:36, Thomas Huth <th...@redhat.com> wrote: > On 20.04.2018 16:52, Peter Maydell wrote: >> Following commit 12051d82f004024, UART devices should handle >> being passed a NULL pointer chardev, so we don't need to >> create "null" backends in board code. Remove the code that >> does this and updates serial_hds[]. > > ... maybe drop the "updates serial_hds" in this patch description since > serial_hds is not updated here?
It is in the fsl-imx6 case: - serial_hds[i] = chr; thanks -- PMM