diff options
Diffstat (limited to 'include/ps2mult.h')
| -rw-r--r-- | include/ps2mult.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/ps2mult.h b/include/ps2mult.h index e68581751..599cb6dc4 100644 --- a/include/ps2mult.h +++ b/include/ps2mult.h @@ -22,7 +22,7 @@  #define	PS2BUF_SIZE			512	/* power of 2, please */  #ifndef CONFIG_PS2MULT_DELAY -#define CONFIG_PS2MULT_DELAY	(CFG_HZ/2)	/* Initial delay	*/ +#define CONFIG_PS2MULT_DELAY	(CONFIG_SYS_HZ/2)	/* Initial delay	*/  #endif    /* PS/2 controller interface (include/asm/keyboard.h) |