]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/dra7xx_evm.h
Merge branch 'iu-boot/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / include / configs / dra7xx_evm.h
index a9f39f24e2bd45d04a25419afeeb55accee7e06e..8a69c7d0a6c1b4f10a85e2be205e43ad0e715b9f 100644 (file)
 #define CONFIG_SYS_REDUNDAND_ENVIRONMENT
 #define CONFIG_CMD_SAVEENV
 
+#if (CONFIG_CONS_INDEX == 1)
 #define CONSOLEDEV                     "ttyO0"
-#define CONFIG_CONS_INDEX              1
-#define CONFIG_SYS_NS16550_COM1                UART1_BASE
+#elif (CONFIG_CONS_INDEX == 3)
+#define CONSOLEDEV                     "ttyO2"
+#endif
+#define CONFIG_SYS_NS16550_COM1                UART1_BASE      /* Base EVM has UART0 */
+#define CONFIG_SYS_NS16550_COM2                UART2_BASE      /* UART2 */
+#define CONFIG_SYS_NS16550_COM3                UART3_BASE      /* UART3 */
 #define CONFIG_BAUDRATE                        115200
 
 #define CONFIG_SYS_OMAP_ABE_SYSCK