From: TsiChung Liew Date: Wed, 6 Aug 2008 19:17:09 +0000 (-0500) Subject: ColdFire: Raise M5253EVBE uart baudrate to 115200 bps X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=80ba61fd82569af40e04d4a089257b81881884f2;p=project%2Fbcm63xx%2Fu-boot.git ColdFire: Raise M5253EVBE uart baudrate to 115200 bps Signed-off-by: TsiChung Liew --- diff --git a/include/configs/M5253EVBE.h b/include/configs/M5253EVBE.h index 9dbd129763..6e14ebf5b1 100644 --- a/include/configs/M5253EVBE.h +++ b/include/configs/M5253EVBE.h @@ -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 */