|
@@ -318,6 +318,7 @@ MACHINE_START(IQ31244, "Intel IQ31244")
|
|
|
.init_irq = iop32x_init_irq,
|
|
|
.timer = &iq31244_timer,
|
|
|
.init_machine = iq31244_init_machine,
|
|
|
+ .restart = iop3xx_restart,
|
|
|
MACHINE_END
|
|
|
|
|
|
/* There should have been an ep80219 machine identifier from the beginning.
|
|
@@ -332,4 +333,5 @@ MACHINE_START(EP80219, "Intel EP80219")
|
|
|
.init_irq = iop32x_init_irq,
|
|
|
.timer = &iq31244_timer,
|
|
|
.init_machine = iq31244_init_machine,
|
|
|
+ .restart = iop3xx_restart,
|
|
|
MACHINE_END
|