|
@@ -254,6 +254,7 @@ static void __init ixdp425_init(void)
|
|
|
MACHINE_START(IXDP425, "Intel IXDP425 Development Platform")
|
|
|
/* Maintainer: MontaVista Software, Inc. */
|
|
|
.map_io = ixp4xx_map_io,
|
|
|
+ .init_early = ixp4xx_init_early,
|
|
|
.init_irq = ixp4xx_init_irq,
|
|
|
.timer = &ixp4xx_timer,
|
|
|
.atag_offset = 0x100,
|
|
@@ -269,6 +270,7 @@ MACHINE_END
|
|
|
MACHINE_START(IXDP465, "Intel IXDP465 Development Platform")
|
|
|
/* Maintainer: MontaVista Software, Inc. */
|
|
|
.map_io = ixp4xx_map_io,
|
|
|
+ .init_early = ixp4xx_init_early,
|
|
|
.init_irq = ixp4xx_init_irq,
|
|
|
.timer = &ixp4xx_timer,
|
|
|
.atag_offset = 0x100,
|
|
@@ -283,6 +285,7 @@ MACHINE_END
|
|
|
MACHINE_START(IXCDP1100, "Intel IXCDP1100 Development Platform")
|
|
|
/* Maintainer: MontaVista Software, Inc. */
|
|
|
.map_io = ixp4xx_map_io,
|
|
|
+ .init_early = ixp4xx_init_early,
|
|
|
.init_irq = ixp4xx_init_irq,
|
|
|
.timer = &ixp4xx_timer,
|
|
|
.atag_offset = 0x100,
|
|
@@ -297,6 +300,7 @@ MACHINE_END
|
|
|
MACHINE_START(KIXRP435, "Intel KIXRP435 Reference Platform")
|
|
|
/* Maintainer: MontaVista Software, Inc. */
|
|
|
.map_io = ixp4xx_map_io,
|
|
|
+ .init_early = ixp4xx_init_early,
|
|
|
.init_irq = ixp4xx_init_irq,
|
|
|
.timer = &ixp4xx_timer,
|
|
|
.atag_offset = 0x100,
|