Home
last modified time | relevance | path

Searched hist:f2041388bd17a771f04030c39ec8b21caa2588dd (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/serial/
H A Dns16550.cf2041388bd17a771f04030c39ec8b21caa2588dd Sat Sep 15 08:25:19 UTC 2012 Marek Vasut <marex@denx.de> serial: ns16550: Call usbtty_poll only in non-SPL build

Having both USBTTY and CONFIG_SERIAL_MULTI enabled in SPL, the
usbtty.c file is protected in Makefile to not be compiled into
the SPL. Yet, the ns16550 serial driver does not contain such
protection. Add it to avoid missing symbol error.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Marek Vasut <marek.vasut@gmail.com>
Cc: Tom Rini <trini@ti.com>