|
@@ -156,23 +156,3 @@ MACHINE_START(IXCDP1100, "Intel IXCDP1100 Development Platform")
|
|
|
.init_machine = ixdp425_init,
|
|
|
MACHINE_END
|
|
|
#endif
|
|
|
-
|
|
|
-/*
|
|
|
- * Avila is functionally equivalent to IXDP425 except that it adds
|
|
|
- * a CF IDE slot hanging off the expansion bus. When we have a
|
|
|
- * driver for IXP4xx CF IDE with driver model support we'll move
|
|
|
- * Avila to it's own setup file.
|
|
|
- */
|
|
|
-#ifdef CONFIG_ARCH_AVILA
|
|
|
-MACHINE_START(AVILA, "Gateworks Avila Network Platform")
|
|
|
- /* Maintainer: Deepak Saxena <dsaxena@plexity.net> */
|
|
|
- .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS,
|
|
|
- .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc,
|
|
|
- .map_io = ixp4xx_map_io,
|
|
|
- .init_irq = ixp4xx_init_irq,
|
|
|
- .timer = &ixp4xx_timer,
|
|
|
- .boot_params = 0x0100,
|
|
|
- .init_machine = ixdp425_init,
|
|
|
-MACHINE_END
|
|
|
-#endif
|
|
|
-
|