From 2a3cb0207614427d301a4a6f8041267cada14bd8 Mon Sep 17 00:00:00 2001 From: wdenk Date: Tue, 5 Nov 2002 21:01:48 +0000 Subject: Quick & Dirty fix for log buffer problem when environment is not set Trigger watchdog when reading the env - this might take a while. Set debugging baud rate for KUP4K board --- include/configs/KUP4K.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3