diff options
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/xtensa/platforms/iss/console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/platforms/iss/console.c b/arch/xtensa/platforms/iss/console.c index daee86cdf0cc..3fc152292499 100644 --- a/arch/xtensa/platforms/iss/console.c +++ b/arch/xtensa/platforms/iss/console.c | |||
| @@ -33,7 +33,7 @@ | |||
| 33 | #endif | 33 | #endif |
| 34 | 34 | ||
| 35 | #define SERIAL_MAX_NUM_LINES 1 | 35 | #define SERIAL_MAX_NUM_LINES 1 |
| 36 | #define SERIAL_TIMER_VALUE (20 * HZ) | 36 | #define SERIAL_TIMER_VALUE (HZ / 10) |
| 37 | 37 | ||
| 38 | static struct tty_driver *serial_driver; | 38 | static struct tty_driver *serial_driver; |
| 39 | static struct tty_port serial_port; | 39 | static struct tty_port serial_port; |
