summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorwdenk <wdenk>2002-11-05 21:01:48 +0000
committerwdenk <wdenk>2002-11-05 21:01:48 +0000
commit2a3cb0207614427d301a4a6f8041267cada14bd8 (patch)
treea2f11d8eae5a70220fc39b15256edda024fb6856 /include
parent56f94be3ef63732384063e110277ed89701b6471 (diff)
downloadtalos-obmc-uboot-2a3cb0207614427d301a4a6f8041267cada14bd8.tar.gz
talos-obmc-uboot-2a3cb0207614427d301a4a6f8041267cada14bd8.zip
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')
-rw-r--r--include/configs/KUP4K.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/KUP4K.h b/include/configs/KUP4K.h
index 3d9898bb04..7c512ccd66 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
OpenPOWER on IntegriCloud