diff options
Diffstat (limited to 'include/configs/KUP4K.h')
-rw-r--r-- | include/configs/KUP4K.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/KUP4K.h b/include/configs/KUP4K.h index 3d9898bb04f..7c512ccd66c 100644 --- a/include/configs/KUP4K.h +++ b/include/configs/KUP4K.h @@ -41,7 +41,7 @@ #define CONFIG_8xx_CONS_SMC1 1 /* Console is on SMC1 */ #undef CONFIG_8xx_CONS_SMC2 #undef CONFIG_8xx_CONS_NONE -#define CONFIG_BAUDRATE 115200 /* console baudrate = 115kbps */ +#define CONFIG_BAUDRATE 9600 /* console baudrate */ #if 0 #define CONFIG_BOOTDELAY -1 /* autoboot disabled */ #else |