From 9455b7f39cecbcd869b1ba49a1307cb97e67360f Mon Sep 17 00:00:00 2001 From: wdenk Date: Mon, 11 Oct 2004 22:25:49 +0000 Subject: Fix CFG_HZ problems on AT91RM9200 systems [Remember: CFG_HZ should be 1000 on ALL systems!] --- include/configs/at91rm9200dk.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/configs/at91rm9200dk.h') diff --git a/include/configs/at91rm9200dk.h b/include/configs/at91rm9200dk.h index dbc430dd7..fb8a6100b 100644 --- a/include/configs/at91rm9200dk.h +++ b/include/configs/at91rm9200dk.h @@ -182,7 +182,8 @@ struct bd_info_ext { }; #endif -#define CFG_HZ AT91C_MASTER_CLOCK/2 /* AT91C_TC0_CMR is implicitly set to */ +#define CFG_HZ 1000 +#define CFG_HZ_CLOCK AT91C_MASTER_CLOCK/2 /* AT91C_TC0_CMR is implicitly set to */ /* AT91C_TC_TIMER_DIV1_CLOCK */ #define CONFIG_STACKSIZE (32*1024) /* regular stack */ -- cgit v1.2.3