diff options
author | Andreas Bießmann <andreas.devel@googlemail.com> | 2011-06-12 01:49:12 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-07-04 10:55:27 +0200 |
commit | 6a372e940d1d1cd1999f646bc2cc8bc3884fa4eb (patch) | |
tree | b51645e42f35f22fd245adb6f1ae4c67957fb269 /arch/arm/include | |
parent | c3a383f5bd26dfb429b68aa446d68f9d5bff21f9 (diff) | |
download | blackbird-obmc-uboot-6a372e940d1d1cd1999f646bc2cc8bc3884fa4eb.tar.gz blackbird-obmc-uboot-6a372e940d1d1cd1999f646bc2cc8bc3884fa4eb.zip |
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 <andreas.devel@googlemail.com>
Cc: Jens Scharsig <js_at_ng@scharsoft.de>
Cc: Eric Bénard <eric@eukrea.com>
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 f1912e2dc3..fd774b4f33 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 */ |