diff options
| -rw-r--r-- | include/configs/dra7xx_evm.h | 3 | ||||
| -rw-r--r-- | include/configs/omap5_common.h | 4 | ||||
| -rw-r--r-- | include/configs/omap5_uevm.h | 4 | 
3 files changed, 7 insertions, 4 deletions
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h index 7826d138f..35dec08a4 100644 --- a/include/configs/dra7xx_evm.h +++ b/include/configs/dra7xx_evm.h @@ -36,4 +36,7 @@  #define CONFIG_SYS_PROMPT		"DRA752 EVM # " +#define CONFIG_CONS_INDEX		1 +#define CONFIG_SYS_NS16550_COM1		UART1_BASE +#define CONFIG_BAUDRATE			115200  #endif /* __CONFIG_DRA7XX_EVM_H */ diff --git a/include/configs/omap5_common.h b/include/configs/omap5_common.h index deb5e9fd5..d57c0daed 100644 --- a/include/configs/omap5_common.h +++ b/include/configs/omap5_common.h @@ -81,10 +81,6 @@  #define CONFIG_SYS_NS16550_SERIAL  #define CONFIG_SYS_NS16550_REG_SIZE	(-4)  #define CONFIG_SYS_NS16550_CLK		V_NS16550_CLK -#define CONFIG_CONS_INDEX		3 -#define CONFIG_SYS_NS16550_COM3		UART3_BASE - -#define CONFIG_BAUDRATE			115200  /* CPU */  #define CONFIG_ARCH_CPU_INIT diff --git a/include/configs/omap5_uevm.h b/include/configs/omap5_uevm.h index 9e0339b31..7382aa25b 100644 --- a/include/configs/omap5_uevm.h +++ b/include/configs/omap5_uevm.h @@ -35,6 +35,10 @@  #include <configs/omap5_common.h> +#define CONFIG_CONS_INDEX		3 +#define CONFIG_SYS_NS16550_COM3		UART3_BASE +#define CONFIG_BAUDRATE			115200 +  /* TWL6035 */  #ifndef CONFIG_SPL_BUILD  #define CONFIG_PALMAS_POWER  |