diff --git a/CHANGELOG b/CHANGELOG index da0a953e3915d4c40152c41c1e83a02b367c1e6c..0ea5a1d029ef20254c2bb1b835904982f8e0c40c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,8 @@ Changes for U-Boot 1.1.4: ====================================================================== +* Change default console baud rate for stxxtc board + * Add I2C support to TQM8540 and TQM8560 boards (EEPROM, RTC, LM75-DTT). Patch by Stefan Roese, 31 Aug 2005 diff --git a/include/configs/stxxtc.h b/include/configs/stxxtc.h index a0e1ba7f176dabae2b54bc812ab0c638f0d32025..f6e6a609cf2415b69c20155b65e7754db476d882 100644 --- a/include/configs/stxxtc.h +++ b/include/configs/stxxtc.h @@ -42,7 +42,7 @@ #undef CONFIG_8xx_CONS_SMC2 #undef CONFIG_8xx_CONS_NONE -#define CONFIG_BAUDRATE 38400 /* console baudrate = 38.4kbps */ +#define CONFIG_BAUDRATE 115200 /* console baudrate = 115.2kbps */ #define CONFIG_XIN 10000000 /* 10 MHz input xtal */