diff options
| author | Andreas Bießmann <[email protected]> | 2011-06-12 01:49:12 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2011-07-04 10:55:27 +0200 |
| commit | 6a372e940d1d1cd1999f646bc2cc8bc3884fa4eb (patch) | |
| tree | b51645e42f35f22fd245adb6f1ae4c67957fb269 /arch/arm/include | |
| parent | c3a383f5bd26dfb429b68aa446d68f9d5bff21f9 (diff) | |
arm920t/at91: use new clock.c features
This patch enables the new clock features from arm920t/at91/clock.c. This
is an required step to get at91rm9200_usart replaced by atmel_usart driver.
Signed-off-by: Andreas Bießmann <[email protected]>
Cc: Jens Scharsig <[email protected]>
Cc: Eric Bénard <[email protected]>
Diffstat (limited to 'arch/arm/include')
| -rw-r--r-- | arch/arm/include/asm/arch-at91/at91rm9200.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-at91/at91rm9200.h b/arch/arm/include/asm/arch-at91/at91rm9200.h index f1912e2dc38..fd774b4f33f 100644 --- a/arch/arm/include/asm/arch-at91/at91rm9200.h +++ b/arch/arm/include/asm/arch-at91/at91rm9200.h @@ -22,6 +22,7 @@ #define __AT91RM9200_H__ #define CONFIG_AT91FAMILY /* it's a member of AT91 */ +#define CONFIG_ARCH_CPU_INIT /* we need arch_cpu_init() for hw timers */ #define CONFIG_ARM920T /* This is an ARM920T Core */ /* Periperial Identifiers */ |
