184d9fbadd545d7ca0a998143bd5c8c7a54c66c0
[openwrt/svn-archive/archive.git] / target / linux / adm5120-2.6 / patches-2.6.22 / 100-mtd-myloder-partition-parser.patch
1 Index: linux-2.6.22.1/drivers/mtd/Kconfig
2 ===================================================================
3 --- linux-2.6.22.1.orig/drivers/mtd/Kconfig
4 +++ linux-2.6.22.1/drivers/mtd/Kconfig
5 @@ -155,6 +155,22 @@ config MTD_AFS_PARTS
6 for your particular device. It won't happen automatically. The
7 'armflash' map driver (CONFIG_MTD_ARMFLASH) does this, for example.
8
9 +config MTD_MYLOADER_PARTS
10 + tristate "MyLoader partition parsing"
11 + depends on MIPS_ADM5120 && MTD_PARTITIONS
12 + ---help---
13 + MyLoader is a bootloader which allows the user to define partitions
14 + in flash devices, by putting a table in the second erase block
15 + on the device, similar to a partition table. This table gives the
16 + offsets and lengths of the user defined partitions.
17 +
18 + If you need code which can detect and parse these tables, and
19 + register MTD 'partitions' corresponding to each image detected,
20 + enable this option.
21 +
22 + You will still need the parsing functions to be called by the driver
23 + for your particular device. It won't happen automatically.
24 +
25 comment "User Modules And Translation Layers"
26
27 config MTD_CHAR
28 Index: linux-2.6.22.1/drivers/mtd/Makefile
29 ===================================================================
30 --- linux-2.6.22.1.orig/drivers/mtd/Makefile
31 +++ linux-2.6.22.1/drivers/mtd/Makefile
32 @@ -11,6 +11,7 @@ obj-$(CONFIG_MTD_CONCAT) += mtdconcat.o
33 obj-$(CONFIG_MTD_REDBOOT_PARTS) += redboot.o
34 obj-$(CONFIG_MTD_CMDLINE_PARTS) += cmdlinepart.o
35 obj-$(CONFIG_MTD_AFS_PARTS) += afs.o
36 +obj-$(CONFIG_MTD_MYLOADER_PARTS) += myloader.o
37
38 # 'Users' - code which presents functionality to userspace.
39 obj-$(CONFIG_MTD_CHAR) += mtdchar.o