diff options
author | Adam Ford <aford173@gmail.com> | 2018-07-24 18:06:04 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-08-03 19:53:54 -0400 |
commit | bdaf24f8a5736a07fe633e15bbe2cd9fffaf8fe9 (patch) | |
tree | 4a80e0f255fcf8caac7a0307c9d0567e25d17070 /include/configs/omap3_cairo.h | |
parent | 91570b5d0bd8981da11739e21761fb31186e4104 (diff) | |
download | u-boot-bdaf24f8a5736a07fe633e15bbe2cd9fffaf8fe9.tar.gz |
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>
Diffstat (limited to 'include/configs/omap3_cairo.h')
-rw-r--r-- | include/configs/omap3_cairo.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/omap3_cairo.h b/include/configs/omap3_cairo.h index 5081f3200e..72f04c3c18 100644 --- a/include/configs/omap3_cairo.h +++ b/include/configs/omap3_cairo.h @@ -203,8 +203,6 @@ * function per_clocks_enable(). */ #ifdef CONFIG_SPL_BUILD -#undef CONFIG_SYS_NS16550_COM3 -#define CONFIG_SYS_NS16550_COM2 OMAP34XX_UART2 #undef CONFIG_SERIAL3 #define CONFIG_SERIAL2 #endif |