]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/lwmon.h
* Restrict baudrate settings on LWMON to higher speeds
[karo-tx-uboot.git] / include / configs / lwmon.h
index dc0099de4cc2a989190d9c13a437e4a30fd46e62..66c79356f4a2e62e24ec6d5db91da5603367d837 100644 (file)
 
 #define CFG_HZ                 1000    /* decrementer freq: 1 ms ticks */
 
-#define CFG_BAUDRATE_TABLE     { 9600, 19200, 38400, 57600, 115200 }
+/*
+ * When the watchdog is enabled, output must be fast enough in Linux.
+ */
+#ifdef CONFIG_WATCHDOG
+#define CFG_BAUDRATE_TABLE     {               38400, 57600, 115200 }
+#else
+#define CFG_BAUDRATE_TABLE     {  9600, 19200, 38400, 57600, 115200 }
+#endif
 
 /*
  * Low Level Configuration Settings