aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/atheros-2.6/files
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-02-19 23:28:09 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-02-19 23:28:09 +0000
commit328e660b31f0937d52c5ae3d6e7029409918a9df (patch)
tree4f0c9da7ad055522cb0b1478a0e145e0b821e61a /target/linux/atheros-2.6/files
parent1d7bfc46eccc002136bc208ee60f1532dc231ffa (diff)
downloadupstream-328e660b31f0937d52c5ae3d6e7029409918a9df.tar.gz
upstream-328e660b31f0937d52c5ae3d6e7029409918a9df.tar.bz2
upstream-328e660b31f0937d52c5ae3d6e7029409918a9df.zip
make rootfs split/detection more generic - patch can be moved to generic-2.6 after testing on other platforms (especially broadcom)
SVN-Revision: 6328
Diffstat (limited to 'target/linux/atheros-2.6/files')
-rw-r--r--target/linux/atheros-2.6/files/drivers/mtd/devices/spiflash.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/target/linux/atheros-2.6/files/drivers/mtd/devices/spiflash.c b/target/linux/atheros-2.6/files/drivers/mtd/devices/spiflash.c
index 32a132a9ea..029f624eb9 100644
--- a/target/linux/atheros-2.6/files/drivers/mtd/devices/spiflash.c
+++ b/target/linux/atheros-2.6/files/drivers/mtd/devices/spiflash.c
@@ -472,12 +472,6 @@ static int spiflash_probe(struct platform_device *pdev)
#endif
/* parse redboot partitions */
num_parts = parse_mtd_partitions(mtd, part_probe_types, &spidata->parsed_parts, 0);
- for (i = 0; i < num_parts; i++) {
- if (!strcmp(spidata->parsed_parts[i].name, ROOTFS_NAME)) {
- /* create the root device */
- ROOT_DEV = MKDEV(MTD_BLOCK_MAJOR, i);
- }
- }
#ifdef SPIFLASH_DEBUG
printk (KERN_DEBUG "Found %d partitions\n", num_parts);