ti_omap3_common: Add CONFIG_SYS_NS16550_COMx entries
authorAdam Ford <aford173@gmail.com>
Tue, 24 Jul 2018 23:06:04 +0000 (18:06 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 3 Aug 2018 23:53:54 +0000 (19:53 -0400)
commitbdaf24f8a5736a07fe633e15bbe2cd9fffaf8fe9
tree4a80e0f255fcf8caac7a0307c9d0567e25d17070
parent91570b5d0bd8981da11739e21761fb31186e4104
ti_omap3_common: Add CONFIG_SYS_NS16550_COMx entries

Several boards do not use the default UART3, so they do a check
for ifdef CONFIG_SPL_BUILD and enable the pointer for
CONFIG_SYS_NS16550_COMx to point to OMAP34XX_UARTx.

Let's consoldate this all into one place, and remove them from the
individual boards.

Signed-off-by: Adam Ford <aford173@gmail.com>
include/configs/omap3_cairo.h
include/configs/omap3_logic.h
include/configs/ti_omap3_common.h