aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mcs814x
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-11-27 18:42:32 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-11-27 18:42:32 +0000
commitda918e3b88d442a58fd4897a81966d9b6c9484f3 (patch)
tree6fe7c87805a1a80d827ce67f0d7977297a017f43 /target/linux/mcs814x
parent2ed6a26a63324c8578966a3b956693e178308b15 (diff)
downloadmaster-187ad058-da918e3b88d442a58fd4897a81966d9b6c9484f3.tar.gz
master-187ad058-da918e3b88d442a58fd4897a81966d9b6c9484f3.tar.bz2
master-187ad058-da918e3b88d442a58fd4897a81966d9b6c9484f3.zip
[mcs814x] do not list specific board compatible strings
The general practice is to use the general SoC compatible string in both the DTS and the board specific .c file. Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34393 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mcs814x')
-rw-r--r--target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/board-mcs8140-dt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/board-mcs8140-dt.c b/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/board-mcs8140-dt.c
index 766166b055..5d13283e93 100644
--- a/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/board-mcs8140-dt.c
+++ b/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/board-mcs8140-dt.c
@@ -27,8 +27,6 @@ static void __init mcs814x_dt_device_init(void)
}
static const char *mcs8140_dt_board_compat[] __initdata = {
- "devolo,dlan-usb-extender",
- "tigal,rbt-832",
"moschip,mcs8140",
NULL, /* sentinel */
};