diff options
author | TsiChung Liew <Tsi-Chung.Liew@freescale.com> | 2008-08-06 14:17:09 -0500 |
---|---|---|
committer | John Rigby <jrigby@freescale.com> | 2008-08-14 12:30:10 -0600 |
commit | 80ba61fd82569af40e04d4a089257b81881884f2 (patch) | |
tree | 9fb445497821ff738dfe9885e27cc871dea4164f /include/configs/M5253EVBE.h | |
parent | d361307e73ce1f6fc68760123f37d4876f851f3e (diff) | |
download | u-boot-imx-80ba61fd82569af40e04d4a089257b81881884f2.zip u-boot-imx-80ba61fd82569af40e04d4a089257b81881884f2.tar.gz u-boot-imx-80ba61fd82569af40e04d4a089257b81881884f2.tar.bz2 |
ColdFire: Raise M5253EVBE uart baudrate to 115200 bps
Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
Diffstat (limited to 'include/configs/M5253EVBE.h')
-rw-r--r-- | include/configs/M5253EVBE.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/M5253EVBE.h b/include/configs/M5253EVBE.h index 9dbd129..6e14ebf 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 */ |