Commit a0ee24a03b1c06813c814b9f70946c8984752f01

Authored by Philip Rakity
Committed by David Woodhouse
1 parent 87e92c062b

[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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/mtd/cmdlinepart.c
... ... @@ -7,6 +7,7 @@
7 7 *
8 8 * mtdparts=<mtddef>[;<mtddef]
9 9 * <mtddef> := <mtd-id>:<partdef>[,<partdef>]
  10 + * where <mtd-id> is the name from the "cat /proc/mtd" command
10 11 * <partdef> := <size>[@offset][<name>][ro][lk]
11 12 * <mtd-id> := unique name used in mapping driver/device (mtd->name)
12 13 * <size> := standard linux memsize OR "-" to denote all remaining space