]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ARM: DRA7xx: Change the Debug UART to UART1
authorSricharan R <r.sricharan@ti.com>
Thu, 30 May 2013 03:19:33 +0000 (03:19 +0000)
committerTom Rini <trini@ti.com>
Mon, 10 Jun 2013 12:43:10 +0000 (08:43 -0400)
Serial UART is connected to UART1. So add the change
for the same.

Signed-off-by: Sricharan R <r.sricharan@ti.com>
include/configs/dra7xx_evm.h
include/configs/omap5_common.h
include/configs/omap5_uevm.h

index 7826d138fafc1d76acaaf82345e90df15e3b7b04..35dec08a4bd3f9d0228659107baa9e48401a2759 100644 (file)
@@ -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 */
index deb5e9fd5e6a23c9f9e38b1ac79b129a942f9a71..d57c0daed14127ea5a3c0908597030d9d12aeee7 100644 (file)
 #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
index 9e0339b31bf484d584155a50fbf6279fad7a2a29..7382aa25be5ea71f18d1ed98ce33d4fe5fec856b 100644 (file)
 
 #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