|
@@ -592,3 +592,11 @@ MACHINE_START(OMAP_3430SDP, "OMAP3430 3430SDP board")
|
|
|
.atag_offset = 0x100,
|
|
|
.reserve = omap_reserve,
|
|
|
.map_io = omap3_map_io,
|
|
|
+ .init_early = omap3430_init_early,
|
|
|
+ .init_irq = omap3_init_irq,
|
|
|
+ .handle_irq = omap3_intc_handle_irq,
|
|
|
+ .init_machine = omap_3430sdp_init,
|
|
|
+ .init_late = omap3430_init_late,
|
|
|
+ .timer = &omap3_timer,
|
|
|
+ .restart = omap3xxx_restart,
|
|
|
+MACHINE_END
|