summaryrefslogtreecommitdiffstats
path: root/include/configs/dra7xx_evm.h
diff options
context:
space:
mode:
authorSricharan R <r.sricharan@ti.com>2013-05-30 03:19:33 +0000
committerTom Rini <trini@ti.com>2013-06-10 08:43:10 -0400
commit378bd1fb4e965a10b396140e964740c76c960c70 (patch)
treef1b552bd5ddc20603737b2263f9049e0b3df5cfc /include/configs/dra7xx_evm.h
parente9d6cd042d63d59a43dfe953d488cfbf1ece516c (diff)
downloadtalos-obmc-uboot-378bd1fb4e965a10b396140e964740c76c960c70.tar.gz
talos-obmc-uboot-378bd1fb4e965a10b396140e964740c76c960c70.zip
ARM: DRA7xx: Change the Debug UART to UART1
Serial UART is connected to UART1. So add the change for the same. Signed-off-by: Sricharan R <r.sricharan@ti.com>
Diffstat (limited to 'include/configs/dra7xx_evm.h')
-rw-r--r--include/configs/dra7xx_evm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h
index 7826d138fa..35dec08a4b 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 */
OpenPOWER on IntegriCloud