diff options
author | Adam Ford | 2018-07-24 18:06:04 -0500 |
---|---|---|
committer | Tom Rini | 2018-08-03 19:53:54 -0400 |
commit | bdaf24f8a5736a07fe633e15bbe2cd9fffaf8fe9 (patch) | |
tree | 4a80e0f255fcf8caac7a0307c9d0567e25d17070 /include/configs/omap3_logic.h | |
parent | 91570b5d0bd8981da11739e21761fb31186e4104 (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>
Diffstat (limited to 'include/configs/omap3_logic.h')
-rw-r--r-- | include/configs/omap3_logic.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h index 4d811e096cc..3b65a8505f0 100644 --- a/include/configs/omap3_logic.h +++ b/include/configs/omap3_logic.h @@ -16,12 +16,6 @@ #include <configs/ti_omap3_common.h> -#ifdef CONFIG_SPL_BUILD -/* select serial console configuration for SPL */ -#define CONFIG_SYS_NS16550_COM1 OMAP34XX_UART1 -#endif - - /* * We are only ever GP parts and will utilize all of the "downloaded image" * area in SRAM which starts at 0x40200000 and ends at 0x4020FFFF (64KB) in |