From 1bd851b509d3a9236fb236fa6c4a861b53465540 Mon Sep 17 00:00:00 2001 From: juhosg Date: Sat, 30 Jan 2010 15:25:03 +0000 Subject: ramips: update mips multi-machine stuff git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19400 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../ramips/files/arch/mips/ralink/common/prom.c | 41 ---------------------- 1 file changed, 41 deletions(-) (limited to 'target/linux/ramips/files/arch/mips/ralink/common/prom.c') diff --git a/target/linux/ramips/files/arch/mips/ralink/common/prom.c b/target/linux/ramips/files/arch/mips/ralink/common/prom.c index 154d5f9f2..fb37274ff 100644 --- a/target/linux/ramips/files/arch/mips/ralink/common/prom.c +++ b/target/linux/ramips/files/arch/mips/ralink/common/prom.c @@ -20,33 +20,6 @@ #include #include -struct board_rec { - char *name; - enum ramips_mach_type mach_type; -}; - -static struct board_rec boards[] __initdata = { - { - .name = "RT-N15", - .mach_type = RAMIPS_MACH_RT_N15, - }, { - .name = "WZR-AGL300NH", - .mach_type = RAMIPS_MACH_WZR_AGL300NH, - }, { - .name = "DIR-300-revB", - .mach_type = RAMIPS_MACH_DIR_300_REVB, - }, { - .name = "V22RW-2X2", - .mach_type = RAMIPS_MACH_V22RW_2X2, - }, { - .name = "WHR-G300N", - .mach_type = RAMIPS_MACH_WHR_G300N, - }, { - .name = "FONERA20N", - .mach_type = RAMIPS_MACH_FONERA20N, - } -}; - static inline void *to_ram_addr(void *addr) { u32 base; @@ -164,20 +137,6 @@ static __init char *prom_append_env(char **env, const char *envname) #undef PROM_MAX_ENVS } -static __init int ramips_board_setup(char *name) -{ - int i; - - for (i = 0; i < ARRAY_SIZE(boards); i++) - if (strcmp(name, boards[i].name) == 0) { - ramips_mach = boards[i].mach_type; - break; - } - - return 1; -} -__setup("board=", ramips_board_setup); - void __init prom_init(void) { int argc; -- cgit v1.2.3