diff options
Diffstat (limited to 'arch/arm/mach-at91/board-at572d940hf_ek.c')
-rw-r--r-- | arch/arm/mach-at91/board-at572d940hf_ek.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-at91/board-at572d940hf_ek.c b/arch/arm/mach-at91/board-at572d940hf_ek.c index 096b99f4b1f3..a11d7093a1f9 100644 --- a/arch/arm/mach-at91/board-at572d940hf_ek.c +++ b/arch/arm/mach-at91/board-at572d940hf_ek.c | |||
@@ -47,7 +47,7 @@ | |||
47 | #include "generic.h" | 47 | #include "generic.h" |
48 | 48 | ||
49 | 49 | ||
50 | static void __init eb_map_io(void) | 50 | static void __init eb_init_early(void) |
51 | { | 51 | { |
52 | /* Initialize processor: 12.500 MHz crystal */ | 52 | /* Initialize processor: 12.500 MHz crystal */ |
53 | at572d940hf_initialize(12000000); | 53 | at572d940hf_initialize(12000000); |
@@ -317,7 +317,8 @@ MACHINE_START(AT572D940HFEB, "Atmel AT91D940HF-EB") | |||
317 | /* Maintainer: Atmel <costa.antonior@gmail.com> */ | 317 | /* Maintainer: Atmel <costa.antonior@gmail.com> */ |
318 | .boot_params = AT91_SDRAM_BASE + 0x100, | 318 | .boot_params = AT91_SDRAM_BASE + 0x100, |
319 | .timer = &at91sam926x_timer, | 319 | .timer = &at91sam926x_timer, |
320 | .map_io = eb_map_io, | 320 | .map_io = at572d940hf_map_io, |
321 | .init_early = eb_init_early, | ||
321 | .init_irq = eb_init_irq, | 322 | .init_irq = eb_init_irq, |
322 | .init_machine = eb_board_init, | 323 | .init_machine = eb_board_init, |
323 | MACHINE_END | 324 | MACHINE_END |