1 diff -ruN linux-2.6.26.3.orig/drivers/mtd/Kconfig linux-2.6.26.3/drivers/mtd/Kconfig
2 --- linux-2.6.26.3.orig/drivers/mtd/Kconfig 2008-08-27 19:37:48.000000000 -0700
3 +++ linux-2.6.26.3/drivers/mtd/Kconfig 2008-08-27 19:39:14.000000000 -0700
6 TI AR7 partitioning support
9 + tristate "TI AR7 partitioning support"
10 + depends on MTD_PARTITIONS
12 + TI AR7 partitioning support
14 comment "User Modules And Translation Layers"
17 diff -ruN linux-2.6.26.3.orig/drivers/mtd/Makefile linux-2.6.26.3/drivers/mtd/Makefile
18 --- linux-2.6.26.3.orig/drivers/mtd/Makefile 2008-08-27 19:37:48.000000000 -0700
19 +++ linux-2.6.26.3/drivers/mtd/Makefile 2008-08-27 19:39:14.000000000 -0700
21 obj-$(CONFIG_MTD_AFS_PARTS) += afs.o
22 obj-$(CONFIG_MTD_AR7_PARTS) += ar7part.o
23 obj-$(CONFIG_MTD_OF_PARTS) += ofpart.o
24 +obj-$(CONFIG_MTD_AR7_PARTS) += ar7part.o
26 # 'Users' - code which presents functionality to userspace.
27 obj-$(CONFIG_MTD_CHAR) += mtdchar.o
28 diff -ruN linux-2.6.26.3.orig/drivers/mtd/maps/physmap.c linux-2.6.26.3/drivers/mtd/maps/physmap.c
29 --- linux-2.6.26.3.orig/drivers/mtd/maps/physmap.c 2008-08-27 19:37:48.000000000 -0700
30 +++ linux-2.6.26.3/drivers/mtd/maps/physmap.c 2008-08-27 19:39:14.000000000 -0700
33 static const char *rom_probe_types[] = { "cfi_probe", "jedec_probe", "map_rom", NULL };
34 #ifdef CONFIG_MTD_PARTITIONS
35 -static const char *part_probe_types[] = { "cmdlinepart", "RedBoot", NULL };
36 +static const char *part_probe_types[] = {"cmdlinepart", "RedBoot",
40 static int physmap_flash_probe(struct platform_device *dev)