summaryrefslogtreecommitdiff
path: root/packages/linux/nslu2-kernel/2.6.14/50-nslu2-arch.patch
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-09-26 00:16:03 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-26 00:16:03 +0000
commita849644d197331926f945cb6c5f1d4f799476b3c (patch)
tree28d0cdd5e44ead1bdc7b00aa5466df4c9c99b6e5 /packages/linux/nslu2-kernel/2.6.14/50-nslu2-arch.patch
parent59da362b2275316766121212e772d4b2a034d2ea (diff)
nslu2-kernel_2.6.14-rc2: remove nslu2-part.c from the kernel
Diffstat (limited to 'packages/linux/nslu2-kernel/2.6.14/50-nslu2-arch.patch')
-rw-r--r--packages/linux/nslu2-kernel/2.6.14/50-nslu2-arch.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/packages/linux/nslu2-kernel/2.6.14/50-nslu2-arch.patch b/packages/linux/nslu2-kernel/2.6.14/50-nslu2-arch.patch
index 14c40ca955..de9499f1fc 100644
--- a/packages/linux/nslu2-kernel/2.6.14/50-nslu2-arch.patch
+++ b/packages/linux/nslu2-kernel/2.6.14/50-nslu2-arch.patch
@@ -34,20 +34,6 @@
#
# IXCDP1100 is the exact same HW as IXDP425, but with a different machine
---- linux-2.6.11/.pc/2.6.patch/drivers/mtd/maps/ixp4xx.c 2005-03-01 23:37:30.000000000 -0800
-+++ linux-2.6.11/drivers/mtd/maps/ixp4xx.c 2005-06-17 17:51:32.566982394 -0700
-@@ -94,7 +94,11 @@
- struct resource *res;
- };
-
-+#ifdef CONFIG_MACH_NSLU2
-+static const char *probes[] = { "cmdlinepart", "RedBoot", "NSLU2", NULL };
-+#else
- static const char *probes[] = { "RedBoot", "cmdlinepart", NULL };
-+#endif
-
- static int ixp4xx_flash_remove(struct device *_dev)
- {
--- linux-2.6.11/.pc/2.6.patch/include/asm-arm/arch-ixp4xx/hardware.h 2005-03-01 23:37:51.000000000 -0800
+++ linux-2.6.11/include/asm-arm/arch-ixp4xx/hardware.h 2005-06-17 17:51:32.567982242 -0700
@@ -44,5 +44,6 @@