]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ColdFire: Raise M5253EVBE uart baudrate to 115200 bps
authorTsiChung Liew <Tsi-Chung.Liew@freescale.com>
Wed, 6 Aug 2008 19:17:09 +0000 (14:17 -0500)
committerJohn Rigby <jrigby@freescale.com>
Thu, 14 Aug 2008 18:30:10 +0000 (12:30 -0600)
Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
include/configs/M5253EVBE.h

index 9dbd129763344118d984a3decb632d5e84c78ec0..6e14ebf5b1e21271810c114cd720d37cc566476f 100644 (file)
@@ -32,7 +32,7 @@
 
 #define CONFIG_MCFUART
 #define CFG_UART_PORT          (0)
-#define CONFIG_BAUDRATE                19200
+#define CONFIG_BAUDRATE                115200
 #define CFG_BAUDRATE_TABLE     { 9600 , 19200 , 38400 , 57600, 115200 }
 
 #undef CONFIG_WATCHDOG         /* disable watchdog */