Skip to content
Snippets Groups Projects
Commit 378bd1fb authored by Sricharan R's avatar Sricharan R Committed by Tom Rini
Browse files

ARM: DRA7xx: Change the Debug UART to UART1


Serial UART is connected to UART1. So add the change
for the same.

Signed-off-by: default avatarSricharan R <r.sricharan@ti.com>
parent e9d6cd04
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment