From 79e0799cf6e88d98d77b216a55234bf674b59a4e Mon Sep 17 00:00:00 2001 From: TsiChung Liew Date: Fri, 15 Aug 2008 16:50:07 +0000 Subject: ColdFire: Raise uart baudrate to 115200 bps M5249EVB, M5271EVB, M5272C3, M5275EVB and M5282EVB platforms uart baudrate increase from 19200 to 115200 bps Signed-off-by: TsiChung Liew --- include/configs/M5275EVB.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/M5275EVB.h') diff --git a/include/configs/M5275EVB.h b/include/configs/M5275EVB.h index 30c70e5..c1750b5 100644 --- a/include/configs/M5275EVB.h +++ b/include/configs/M5275EVB.h @@ -45,7 +45,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 } /* Configuration for environment -- cgit v1.1