Message ID | 563213.93552.qm@web58907.mail.re1.yahoo.com |
---|---|
State | Rejected |
Headers | show |
--- linux-2.6.26.5/drivers/mtd/cmdlinepart.c.orig 2008-10-08 16:27:30.000000000 -0700 +++ linux-2.6.26.5/drivers/mtd/cmdlinepart.c 2008-10-08 16:29:00.000000000 -0700 @@ -9,6 +9,7 @@ * * mtdparts=<mtddef>[;<mtddef] * <mtddef> := <mtd-id>:<partdef>[,<partdef>] + * where <mtd-id> is the name from the "cat /proc/mtd" command * <partdef> := <size>[@offset][<name>][ro][lk] * <mtd-id> := unique name used in mapping driver/device (mtd->name) * <size> := standard linux memsize OR "-" to denote all remaining space
Signed-off-by: Philip Rakity <prakity@yahoo.com> ~