]> git.baikalelectronics.ru Git - uboot.git/commit
serial: omap: Add code for early debugging
authorFelix Brack <fb@ltec.ch>
Mon, 3 Dec 2018 14:12:25 +0000 (15:12 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 7 Dec 2018 13:13:49 +0000 (08:13 -0500)
commit49ef25e1f2f7433d419958fc2d43c18aa75fcf7b
treeec6bc870cbd708073035b535d04550b576c2a2d1
parent25d1c51885a1c666d64fb119400da63654d45216
serial: omap: Add code for early debugging

This patch adds code missing when CONFIG_DEBUG_UART_OMAP is enabled as
early debugging UART. The code is basically copied from the ns16550
driver.

Signed-off-by: Felix Brack <fb@ltec.ch>
drivers/serial/serial_omap.c