From a02c8a31bd34d0f771503783c7e4221e37ebd6d6 Mon Sep 17 00:00:00 2001 From: Bo Shen Date: Wed, 4 Feb 2015 15:53:01 +0800 Subject: ARM: atmel: arm9: switch to use common timer functions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bo Shen [rebase on current master] Signed-off-by: Andreas Bießmann --- arch/arm/mach-at91/include/mach/at91sam9x5.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/arm/mach-at91/include/mach/at91sam9x5.h') diff --git a/arch/arm/mach-at91/include/mach/at91sam9x5.h b/arch/arm/mach-at91/include/mach/at91sam9x5.h index 36a5cdf476..7e7b5312cf 100644 --- a/arch/arm/mach-at91/include/mach/at91sam9x5.h +++ b/arch/arm/mach-at91/include/mach/at91sam9x5.h @@ -154,6 +154,9 @@ #define ATMEL_CPU_NAME get_cpu_name() #endif +/* Timer */ +#define CONFIG_SYS_TIMER_COUNTER 0xfffffe3c + /* * Other misc defines */ -- cgit