From 670d9f132d22ef433540672c486232fc7ad14fea Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Tue, 13 Sep 2005 00:12:33 +0200 Subject: Change default console baud rate for stxxtc board --- include/configs/stxxtc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/stxxtc.h') diff --git a/include/configs/stxxtc.h b/include/configs/stxxtc.h index a0e1ba7..f6e6a60 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 */ -- cgit v1.1