diff options
Diffstat (limited to 'arch/arm/mach-at91/board-sam9g20ek.c')
-rw-r--r-- | arch/arm/mach-at91/board-sam9g20ek.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-at91/board-sam9g20ek.c b/arch/arm/mach-at91/board-sam9g20ek.c index 0a24f3f687c8..7624cf0d006b 100644 --- a/arch/arm/mach-at91/board-sam9g20ek.c +++ b/arch/arm/mach-at91/board-sam9g20ek.c | |||
@@ -403,7 +403,6 @@ static void __init ek_board_init(void) | |||
403 | 403 | ||
404 | MACHINE_START(AT91SAM9G20EK, "Atmel AT91SAM9G20-EK") | 404 | MACHINE_START(AT91SAM9G20EK, "Atmel AT91SAM9G20-EK") |
405 | /* Maintainer: Atmel */ | 405 | /* Maintainer: Atmel */ |
406 | .boot_params = AT91_SDRAM_BASE + 0x100, | ||
407 | .timer = &at91sam926x_timer, | 406 | .timer = &at91sam926x_timer, |
408 | .map_io = at91sam9260_map_io, | 407 | .map_io = at91sam9260_map_io, |
409 | .init_early = ek_init_early, | 408 | .init_early = ek_init_early, |
@@ -413,7 +412,6 @@ MACHINE_END | |||
413 | 412 | ||
414 | MACHINE_START(AT91SAM9G20EK_2MMC, "Atmel AT91SAM9G20-EK 2 MMC Slot Mod") | 413 | MACHINE_START(AT91SAM9G20EK_2MMC, "Atmel AT91SAM9G20-EK 2 MMC Slot Mod") |
415 | /* Maintainer: Atmel */ | 414 | /* Maintainer: Atmel */ |
416 | .boot_params = AT91_SDRAM_BASE + 0x100, | ||
417 | .timer = &at91sam926x_timer, | 415 | .timer = &at91sam926x_timer, |
418 | .map_io = at91sam9260_map_io, | 416 | .map_io = at91sam9260_map_io, |
419 | .init_early = ek_init_early, | 417 | .init_early = ek_init_early, |