diff options
author | Philip Rakity <prakity@yahoo.com> | 2008-10-08 16:32:11 -0700 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-10-18 12:43:03 +0100 |
commit | a0ee24a03b1c06813c814b9f70946c8984752f01 (patch) | |
tree | 3799f99be3565655b9b6d11730ee4297a6913693 /drivers/mtd/cmdlinepart.c | |
parent | 87e92c062b19eea6054532f8143a91242f104a6f (diff) | |
download | linux-a0ee24a03b1c06813c814b9f70946c8984752f01.tar.bz2 |
[MTD] cmdlineparts documentation change - explain where mtd-id comes from
Signed-off-by: Philip Rakity <prakity@yahoo.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/cmdlinepart.c')
-rw-r--r-- | drivers/mtd/cmdlinepart.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/cmdlinepart.c b/drivers/mtd/cmdlinepart.c index 71bc07f149b7..50a340388e74 100644 --- a/drivers/mtd/cmdlinepart.c +++ b/drivers/mtd/cmdlinepart.c @@ -7,6 +7,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 |