From 49e492188dbdc565bcbfa2c6876a1e7e2ae0746b Mon Sep 17 00:00:00 2001 From: Christopher Cordahi Date: Tue, 18 Dec 2012 16:11:52 -0500 Subject: [PATCH] --- yaml --- r: 360343 b: refs/heads/master c: bd6ce5ef913a7b4dfe5cd5028309346d32a8c404 h: refs/heads/master i: 360341: 1d1ac122c05ecde44e079c74ee8d595eeeb1d9a1 360339: 48391419be00f304234ef21400cd9ec634dc7ec8 360335: c543b2cbe00fc43211f2ad5a0a0998522c6793d0 v: v3 --- [refs] | 2 +- trunk/drivers/mtd/cmdlinepart.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 002bf2e23b71..c82af919a879 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ea8b8e27fecd44c4fb7b3c6f8f72ea7b92f87fe8 +refs/heads/master: bd6ce5ef913a7b4dfe5cd5028309346d32a8c404 diff --git a/trunk/drivers/mtd/cmdlinepart.c b/trunk/drivers/mtd/cmdlinepart.c index 8d4a16661649..721d05c4ba8e 100644 --- a/trunk/drivers/mtd/cmdlinepart.c +++ b/trunk/drivers/mtd/cmdlinepart.c @@ -22,7 +22,6 @@ * * mtdparts=[; := :[,] - * where is the name from the "cat /proc/mtd" command * := [@][][ro][lk] * := unique name used in mapping driver/device (mtd->name) * := standard linux memsize OR "-" to denote all remaining space @@ -32,6 +31,7 @@ * if omitted the part will immediately follow the previous part * or 0 if the first part * := '(' NAME ')' + * NAME will appear in /proc/mtd * * and can be specified such that the parts are out of order * in physical memory and may even overlap.