summaryrefslogtreecommitdiffstats
path: root/target/linux/ifxmips/files/arch/mips/include/asm/mach-ifxmips/machine.h
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-02-01 14:35:36 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-02-01 14:35:36 +0000
commit19dd812e30738975cdcae52e47bfefb741a93d8d (patch)
tree01eb0ccf485a6841881c9eebf29f636382facdc6 /target/linux/ifxmips/files/arch/mips/include/asm/mach-ifxmips/machine.h
parentedd6adae2e68d79c8df7be3dd886f18893f27dc3 (diff)
[ifxmips]
* drop codebase in favour of lantiq target git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25277 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ifxmips/files/arch/mips/include/asm/mach-ifxmips/machine.h')
-rw-r--r--target/linux/ifxmips/files/arch/mips/include/asm/mach-ifxmips/machine.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/target/linux/ifxmips/files/arch/mips/include/asm/mach-ifxmips/machine.h b/target/linux/ifxmips/files/arch/mips/include/asm/mach-ifxmips/machine.h
deleted file mode 100644
index 19cfec39d..000000000
--- a/target/linux/ifxmips/files/arch/mips/include/asm/mach-ifxmips/machine.h
+++ /dev/null
@@ -1,22 +0,0 @@
-#include <asm/mips_machine.h>
-
-enum ifxmips_mach_type {
- IFXMIPS_MACH_GENERIC,
-
- /* Danube/Twinpass based machines */
- IFXMIPS_MACH_EASY50712, /* Danube evalkit */
- IFXMIPS_MACH_EASY4010, /* Twinpass evalkit */
- IFXMIPS_MACH_ARV4518, /* Airties WAV-221 */
- IFXMIPS_MACH_ARV4520, /* Airties WAV-281, Arcor EasyboxA800 */
- IFXMIPS_MACH_ARV4525, /* Speedport W502V */
-
- /* ASE based machines */
- IFXMIPS_MACH_EASY50601, /* ASE wave board */
-
- /* AR9 based machines */
- IFXMIPS_MACH_EASY50822, /* AR9 eval board */
-
- /* VR9 based machines */
- IFXMIPS_MACH_EASY80920, /* VRX200 eval board */
-};
-