diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-07-12 02:02:58 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-07-12 02:02:58 +0000 |
commit | 75aa30ada882353a8477ac83a609d4012726c540 (patch) | |
tree | a9007f11ef59f23ec761997f6092a6f517aaa501 /target/linux/ixp4xx/patches-2.6.24/250-compex_switch_support.patch | |
parent | fc80a0718439b330f4405d9875e936e2c783f43c (diff) | |
download | upstream-75aa30ada882353a8477ac83a609d4012726c540.tar.gz upstream-75aa30ada882353a8477ac83a609d4012726c540.tar.bz2 upstream-75aa30ada882353a8477ac83a609d4012726c540.zip |
nuke most of the old ixp4xx patchsets
SVN-Revision: 11778
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.24/250-compex_switch_support.patch')
-rw-r--r-- | target/linux/ixp4xx/patches-2.6.24/250-compex_switch_support.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.24/250-compex_switch_support.patch b/target/linux/ixp4xx/patches-2.6.24/250-compex_switch_support.patch deleted file mode 100644 index 2fb31c4af9..0000000000 --- a/target/linux/ixp4xx/patches-2.6.24/250-compex_switch_support.patch +++ /dev/null @@ -1,14 +0,0 @@ -Index: linux-2.6.24.7/arch/arm/mach-ixp4xx/compex-setup.c -=================================================================== ---- linux-2.6.24.7.orig/arch/arm/mach-ixp4xx/compex-setup.c -+++ linux-2.6.24.7/arch/arm/mach-ixp4xx/compex-setup.c -@@ -93,7 +93,8 @@ static struct platform_device compex_uar - /* Built-in 10/100 Ethernet MAC interfaces */ - static struct eth_plat_info compex_plat_eth[] = { - { -- .phy = -1, -+ .phy = IXP4XX_ETH_PHY_MAX_ADDR, -+ .phy_mask = 0xf0000, /* port 0-4 of the Marvell switch */ - .rxq = 3, - .txreadyq = 20, - }, { |