diff options
Diffstat (limited to 'arch/arm/mach-tegra/board-seaboard.c')
-rw-r--r-- | arch/arm/mach-tegra/board-seaboard.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-seaboard.c b/arch/arm/mach-tegra/board-seaboard.c index 79064c7a7907..71e9f3fc7fba 100644 --- a/arch/arm/mach-tegra/board-seaboard.c +++ b/arch/arm/mach-tegra/board-seaboard.c | |||
@@ -277,6 +277,7 @@ MACHINE_START(SEABOARD, "seaboard") | |||
277 | .handle_irq = gic_handle_irq, | 277 | .handle_irq = gic_handle_irq, |
278 | .timer = &tegra_timer, | 278 | .timer = &tegra_timer, |
279 | .init_machine = tegra_seaboard_init, | 279 | .init_machine = tegra_seaboard_init, |
280 | .init_late = tegra_init_late, | ||
280 | .restart = tegra_assert_system_reset, | 281 | .restart = tegra_assert_system_reset, |
281 | MACHINE_END | 282 | MACHINE_END |
282 | 283 | ||
@@ -288,6 +289,7 @@ MACHINE_START(KAEN, "kaen") | |||
288 | .handle_irq = gic_handle_irq, | 289 | .handle_irq = gic_handle_irq, |
289 | .timer = &tegra_timer, | 290 | .timer = &tegra_timer, |
290 | .init_machine = tegra_kaen_init, | 291 | .init_machine = tegra_kaen_init, |
292 | .init_late = tegra_init_late, | ||
291 | .restart = tegra_assert_system_reset, | 293 | .restart = tegra_assert_system_reset, |
292 | MACHINE_END | 294 | MACHINE_END |
293 | 295 | ||
@@ -299,5 +301,6 @@ MACHINE_START(WARIO, "wario") | |||
299 | .handle_irq = gic_handle_irq, | 301 | .handle_irq = gic_handle_irq, |
300 | .timer = &tegra_timer, | 302 | .timer = &tegra_timer, |
301 | .init_machine = tegra_wario_init, | 303 | .init_machine = tegra_wario_init, |
304 | .init_late = tegra_init_late, | ||
302 | .restart = tegra_assert_system_reset, | 305 | .restart = tegra_assert_system_reset, |
303 | MACHINE_END | 306 | MACHINE_END |