| To: | linux-mips@linux-mips.org, linux-mtd@lists.infradead.org, David Woodhouse <dwmw2@infradead.org> |
|---|---|
| Subject: | [PATCH 4/4] MTD: include ar7part in the list of partitions parsers |
| From: | Florian Fainelli <florian@openwrt.org> |
| Date: | Sun, 3 Jan 2010 21:17:37 +0100 |
| Cc: | ralf@linux-mips.org |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:date:subject :mime-version:x-uid:x-length:to:cc:reply-to:content-type :content-transfer-encoding:message-id; bh=kAqGgO0N/sIG3fn1N12EgwuWj1vT6ipoSPzLEOEwTM0=; b=Wuu+E0N2i5rlGSmEMrD13Vm2ItH84WBgIbwDDiiX1KkYXYXtQ5/KjeD76gpc+bE8I+ LIsCrZ5mxOrNQWbgrP3hmFY2BuTvzb38Qre5cTLyHP53R95SXIh8Cebw268X/QGeh9DT +Cm42Cs6l3bpyM99wg1P7pGZy/aW44WL0geT0= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:date:subject:mime-version:x-uid:x-length:to:cc:reply-to :content-type:content-transfer-encoding:message-id; b=UPpPFajl/3Eqiy3MA8BIn+ohVecbuv7T1TGjezFCk65s1PD1xUZifZcxmoeCNSHphc G1vvFvggyXVT9ydYtvkdR4vYY26nQ9p6Oz93PwCpXdpVuh8ZjiBYJBX9cd4deTYxzp69 OdVvbYGdp4hwq15GF15LuU6cz3HtxeyIXceBQ= |
| Reply-to: | Florian Fainelli <florian@openwrt.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
This patch modifies the physmap-flash driver to include
the ar7part partition parser in the list of parsers to
use when a physmap-flash driver is registered. This is
required for AR7 to create partitions correctly.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
---
diff --git a/drivers/mtd/maps/physmap.c b/drivers/mtd/maps/physmap.c
index d9603f7..0e65ee7 100644
--- a/drivers/mtd/maps/physmap.c
+++ b/drivers/mtd/maps/physmap.c
@@ -79,7 +79,7 @@ static const char *rom_probe_types[] = {
"map_rom",
NULL };
#ifdef CONFIG_MTD_PARTITIONS
-static const char *part_probe_types[] = { "cmdlinepart", "RedBoot", NULL };
+static const char *part_probe_types[] = { "cmdlinepart", "RedBoot", "ar7part",
NULL };
#endif
static int physmap_flash_probe(struct platform_device *dev)
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 3/4] MIPS: deal with larger physical offset, Florian Fainelli |
|---|---|
| Next by Date: | Re: [PATCH 4/4] MTD: include ar7part in the list of partitions parsers, David Woodhouse |
| Previous by Thread: | [PATCH 3/4] MIPS: deal with larger physical offset, Florian Fainelli |
| Next by Thread: | Re: [PATCH 4/4] MTD: include ar7part in the list of partitions parsers, David Woodhouse |
| Indexes: | [Date] [Thread] [Top] [All Lists] |