On 31 August 2018 at 11:23, Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> wrote: > commit 97274d0c05d4 ("hw/char/exynos4210_uart.c: Remove unneeded > handling of NULL chardev") broke Exynos4210 support as it removed > NULL 'Chardev *chr' handling from exynos4210_uart_create() and > currently exynos4210_init() always passes NULL as 'Chardev *chr' > argument to exynos4210_uart_create() calls. Fix it by adding > missing serial_hd() calls to exynos4210_init(). > > Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com>
Applied to target-arm.next, thanks. -- PMM