diff options
| author | Rafał Miłecki <zajec5@gmail.com> | 2012-08-30 01:41:16 -0400 |
|---|---|---|
| committer | David Woodhouse <David.Woodhouse@intel.com> | 2012-09-29 10:32:31 -0400 |
| commit | 3cf7f1314ed88598b640318f60d8d5fb40509f23 (patch) | |
| tree | 7bd431d4e4a653a1dd886ccf6ba184900761f66a /drivers/mtd/Makefile | |
| parent | aa3c5dc52ee2fbfc3020fdc96eccb74f0fb2858d (diff) | |
mtd: bcm47part driver for BCM47XX chipsets
This driver provides parser detecting partitions on BCM47XX flash
memories. It has many differences in comparison to BCM63XX, like:
1) Different CFE with no more trivial MAGICs
2) More partitions types (board_data, ML, POT)
3) Supporting more than 1 flash on a device
which resulted in decision of writing new parser.
It uses generic mtd interface and was successfully tested with Netgear
WNDR4500 router which has 2 flash memories: serial one and NAND one.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/Makefile')
| -rw-r--r-- | drivers/mtd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/Makefile b/drivers/mtd/Makefile index f90135429dc..18a38e55b2f 100644 --- a/drivers/mtd/Makefile +++ b/drivers/mtd/Makefile | |||
| @@ -12,6 +12,7 @@ obj-$(CONFIG_MTD_CMDLINE_PARTS) += cmdlinepart.o | |||
| 12 | obj-$(CONFIG_MTD_AFS_PARTS) += afs.o | 12 | obj-$(CONFIG_MTD_AFS_PARTS) += afs.o |
| 13 | obj-$(CONFIG_MTD_AR7_PARTS) += ar7part.o | 13 | obj-$(CONFIG_MTD_AR7_PARTS) += ar7part.o |
| 14 | obj-$(CONFIG_MTD_BCM63XX_PARTS) += bcm63xxpart.o | 14 | obj-$(CONFIG_MTD_BCM63XX_PARTS) += bcm63xxpart.o |
| 15 | obj-$(CONFIG_MTD_BCM47XX_PARTS) += bcm47xxpart.o | ||
| 15 | 16 | ||
| 16 | # 'Users' - code which presents functionality to userspace. | 17 | # 'Users' - code which presents functionality to userspace. |
| 17 | obj-$(CONFIG_MTD_CHAR) += mtdchar.o | 18 | obj-$(CONFIG_MTD_CHAR) += mtdchar.o |
