瀏覽代碼

[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>
Philip Rakity 16 年之前
父節點
當前提交
a0ee24a03b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/mtd/cmdlinepart.c

+ 1 - 0
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