Commit a0ee24a0 authored by Philip Rakity's avatar Philip Rakity Committed by David Woodhouse

[MTD] cmdlineparts documentation change - explain where mtd-id comes from

Signed-off-by: default avatarPhilip Rakity <prakity@yahoo.com>
Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent 87e92c06
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
* *
* mtdparts=<mtddef>[;<mtddef] * mtdparts=<mtddef>[;<mtddef]
* <mtddef> := <mtd-id>:<partdef>[,<partdef>] * <mtddef> := <mtd-id>:<partdef>[,<partdef>]
* where <mtd-id> is the name from the "cat /proc/mtd" command
* <partdef> := <size>[@offset][<name>][ro][lk] * <partdef> := <size>[@offset][<name>][ro][lk]
* <mtd-id> := unique name used in mapping driver/device (mtd->name) * <mtd-id> := unique name used in mapping driver/device (mtd->name)
* <size> := standard linux memsize OR "-" to denote all remaining space * <size> := standard linux memsize OR "-" to denote all remaining space
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment