[U-Boot] [PATCH] arm: omap: configs: various: Remove references to OMAP34XX_UARTx
Adam Ford
aford173 at gmail.com
Tue Aug 7 12:28:11 UTC 2018
Two boards include a reference to ti_omap3_common.h which
points the UART driver to OMAP34XX_UARTx so the extra define
should be unnecessary.
Signed-off-by: Adam Ford <aford173 at gmail.com>
---
include/configs/omap3_evm.h | 1 -
include/configs/omap3_pandora.h | 1 -
2 files changed, 2 deletions(-)
diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h
index 34418309cb..779087a949 100644
--- a/include/configs/omap3_evm.h
+++ b/include/configs/omap3_evm.h
@@ -34,7 +34,6 @@
#define CONFIG_REVISION_TAG
/* Override OMAP3 serial console configuration */
-#define CONFIG_SYS_NS16550_COM1 OMAP34XX_UART1
/* NAND */
#if defined(CONFIG_NAND)
diff --git a/include/configs/omap3_pandora.h b/include/configs/omap3_pandora.h
index 68e1d6f82d..1fc40e05ff 100644
--- a/include/configs/omap3_pandora.h
+++ b/include/configs/omap3_pandora.h
@@ -36,7 +36,6 @@
#define CONFIG_SYS_NS16550_SERIAL
#define CONFIG_SYS_NS16550_REG_SIZE (-4)
#define CONFIG_SYS_NS16550_CLK V_NS16550_CLK
-#define CONFIG_SYS_NS16550_COM3 OMAP34XX_UART3
/* commands to include */
--
2.17.1
More information about the U-Boot
mailing list