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/143-nslu2_mtd_microcode.patch | |
| parent | fc80a0718439b330f4405d9875e936e2c783f43c (diff) | |
| download | mtk-20170518-75aa30ada882353a8477ac83a609d4012726c540.zip mtk-20170518-75aa30ada882353a8477ac83a609d4012726c540.tar.gz mtk-20170518-75aa30ada882353a8477ac83a609d4012726c540.tar.bz2 | |
nuke most of the old ixp4xx patchsets
SVN-Revision: 11778
Diffstat (limited to 'target/linux/ixp4xx/patches/143-nslu2_mtd_microcode.patch')
| -rw-r--r-- | target/linux/ixp4xx/patches/143-nslu2_mtd_microcode.patch | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/target/linux/ixp4xx/patches/143-nslu2_mtd_microcode.patch b/target/linux/ixp4xx/patches/143-nslu2_mtd_microcode.patch deleted file mode 100644 index 7642544..0000000 --- a/target/linux/ixp4xx/patches/143-nslu2_mtd_microcode.patch +++ /dev/null @@ -1,35 +0,0 @@ ---- - arch/arm/mach-ixp4xx/nslu2-setup.c | 13 ++++++++++++- - 1 file changed, 12 insertions(+), 1 deletion(-) - -Index: linux-2.6.21.7/arch/arm/mach-ixp4xx/nslu2-setup.c -=================================================================== ---- linux-2.6.21.7.orig/arch/arm/mach-ixp4xx/nslu2-setup.c -+++ linux-2.6.21.7/arch/arm/mach-ixp4xx/nslu2-setup.c -@@ -161,6 +161,16 @@ static struct platform_device mac0 = { - .resource = &res_mac0, - }; - -+struct npe_ucode_platform_data nslu2_npe_ucode_data = { -+ .mtd_partition = "FIS directory", -+}; -+ -+static struct platform_device nslu2_npe_ucode = { -+ .name = "ixp4xx_npe_ucode", -+ .id = 0, -+ .dev.platform_data = &nslu2_npe_ucode_data, -+}; -+ - static struct platform_device *nslu2_devices[] __initdata = { - &nslu2_i2c_controller, - &nslu2_flash, -@@ -168,7 +178,8 @@ static struct platform_device *nslu2_dev - #ifdef CONFIG_LEDS_IXP4XX - &nslu2_leds, - #endif -- &mac0 -+ &mac0, -+ &nslu2_npe_ucode, - }; - - static void nslu2_power_off(void) |
