|
@@ -289,6 +289,7 @@ MACHINE_START(SEABOARD, "seaboard")
|
|
|
.handle_irq = gic_handle_irq,
|
|
|
.timer = &tegra_timer,
|
|
|
.init_machine = tegra_seaboard_init,
|
|
|
+ .init_late = tegra_init_late,
|
|
|
.restart = tegra_assert_system_reset,
|
|
|
MACHINE_END
|
|
|
|
|
@@ -300,6 +301,7 @@ MACHINE_START(KAEN, "kaen")
|
|
|
.handle_irq = gic_handle_irq,
|
|
|
.timer = &tegra_timer,
|
|
|
.init_machine = tegra_kaen_init,
|
|
|
+ .init_late = tegra_init_late,
|
|
|
.restart = tegra_assert_system_reset,
|
|
|
MACHINE_END
|
|
|
|
|
@@ -311,5 +313,6 @@ MACHINE_START(WARIO, "wario")
|
|
|
.handle_irq = gic_handle_irq,
|
|
|
.timer = &tegra_timer,
|
|
|
.init_machine = tegra_wario_init,
|
|
|
+ .init_late = tegra_init_late,
|
|
|
.restart = tegra_assert_system_reset,
|
|
|
MACHINE_END
|