diff options
author | Sricharan R <r.sricharan@ti.com> | 2013-05-30 03:19:33 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-06-10 08:43:10 -0400 |
commit | 378bd1fb4e965a10b396140e964740c76c960c70 (patch) | |
tree | f1b552bd5ddc20603737b2263f9049e0b3df5cfc /include/configs/omap5_uevm.h | |
parent | e9d6cd042d63d59a43dfe953d488cfbf1ece516c (diff) | |
download | u-boot-imx-378bd1fb4e965a10b396140e964740c76c960c70.zip u-boot-imx-378bd1fb4e965a10b396140e964740c76c960c70.tar.gz u-boot-imx-378bd1fb4e965a10b396140e964740c76c960c70.tar.bz2 |
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/omap5_uevm.h')
-rw-r--r-- | include/configs/omap5_uevm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/omap5_uevm.h b/include/configs/omap5_uevm.h index 9e0339b..7382aa2 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 |