commit | 7bf27253da95348788b8d9d723e4ac5fff77b945 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Tue Jul 24 18:06:04 2018 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 03 19:53:54 2018 -0400 |
tree | 4a80e0f255fcf8caac7a0307c9d0567e25d17070 | |
parent | eae0c63d9c5fa55b073c7d4821d5bc2867de412c [diff] |
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>