diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-11-27 18:42:32 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-11-27 18:42:32 +0000 |
commit | 5d6208f34d8fc4676679e68648ba7260c882e08e (patch) | |
tree | e3862a219fd416b22497fdc7f0c35d0dbd4fd782 | |
parent | 94b7be6dd7271d8c8f46e29be1b7eb1880dbb32b (diff) | |
download | upstream-5d6208f34d8fc4676679e68648ba7260c882e08e.tar.gz upstream-5d6208f34d8fc4676679e68648ba7260c882e08e.tar.bz2 upstream-5d6208f34d8fc4676679e68648ba7260c882e08e.zip |
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>
SVN-Revision: 34393
-rw-r--r-- | target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/board-mcs8140-dt.c | 2 |
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 */ }; |