diff options
author | Bo Shen <voice.shen@atmel.com> | 2015-02-04 15:53:01 +0800 |
---|---|---|
committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2015-04-01 01:04:26 +0200 |
commit | a02c8a31bd34d0f771503783c7e4221e37ebd6d6 (patch) | |
tree | 876f70263ab6cc52149fe0669e130f9923ac4117 /arch/arm/mach-at91/include/mach/at91sam9x5.h | |
parent | 02fc64d1d98be7801e6b21dbf0d67555b0e05213 (diff) |
ARM: atmel: arm9: switch to use common timer functions
Signed-off-by: Bo Shen <voice.shen@atmel.com>
[rebase on current master]
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'arch/arm/mach-at91/include/mach/at91sam9x5.h')
-rw-r--r-- | arch/arm/mach-at91/include/mach/at91sam9x5.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 */ |