diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2005-09-13 00:12:33 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-09-13 00:12:33 +0200 |
commit | 670d9f132d22ef433540672c486232fc7ad14fea (patch) | |
tree | fd44784fa2683ced157e1d205ec1ead03592993a /include | |
parent | 5d244ea128819d78b208c3e53d4b464e4ce2df0f (diff) | |
download | u-boot-imx-670d9f132d22ef433540672c486232fc7ad14fea.zip u-boot-imx-670d9f132d22ef433540672c486232fc7ad14fea.tar.gz u-boot-imx-670d9f132d22ef433540672c486232fc7ad14fea.tar.bz2 |
Change default console baud rate for stxxtc board
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/stxxtc.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |