diff options
author | wdenk <wdenk> | 2002-11-05 21:01:48 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2002-11-05 21:01:48 +0000 |
commit | 2a3cb0207614427d301a4a6f8041267cada14bd8 (patch) | |
tree | a2f11d8eae5a70220fc39b15256edda024fb6856 /include/configs | |
parent | 56f94be3ef63732384063e110277ed89701b6471 (diff) |
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
Diffstat (limited to 'include/configs')
-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 |