]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit7eda5a0f670259330d05cb8b108d17b70551365e
tree4a80e0f255fcf8caac7a0307c9d0567e25d17070
parenta54c27474a91363cdb9aab5fe2d7af0f6d6ffd8b
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