~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to arch/arm/mach-at91/board-sam9rlek.c

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
#include "generic.h"
39
39
 
40
40
 
41
 
static void __init ek_map_io(void)
 
41
static void __init ek_init_early(void)
42
42
{
43
43
        /* Initialize processor: 12.000 MHz crystal */
44
44
        at91sam9rl_initialize(12000000);
329
329
 
330
330
MACHINE_START(AT91SAM9RLEK, "Atmel AT91SAM9RL-EK")
331
331
        /* Maintainer: Atmel */
332
 
        .boot_params    = AT91_SDRAM_BASE + 0x100,
333
332
        .timer          = &at91sam926x_timer,
334
 
        .map_io         = ek_map_io,
 
333
        .map_io         = at91sam9rl_map_io,
 
334
        .init_early     = ek_init_early,
335
335
        .init_irq       = ek_init_irq,
336
336
        .init_machine   = ek_board_init,
337
337
MACHINE_END