X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=include%2Fconfigs%2Flwmon.h;h=66c79356f4a2e62e24ec6d5db91da5603367d837;hp=dc0099de4cc2a989190d9c13a437e4a30fd46e62;hb=d0fb80c3021e15853895e9ae45ab9368d0fb52fa;hpb=a25f862ba8b9d8440973d0204c19fec859f953f3 diff --git a/include/configs/lwmon.h b/include/configs/lwmon.h index dc0099de4c..66c79356f4 100644 --- a/include/configs/lwmon.h +++ b/include/configs/lwmon.h @@ -203,7 +203,14 @@ #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