projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87e92c0
)
[MTD] cmdlineparts documentation change - explain where mtd-id comes from
author
Philip Rakity
<prakity@yahoo.com>
Wed, 8 Oct 2008 23:32:11 +0000
(16:32 -0700)
committer
David Woodhouse
<David.Woodhouse@intel.com>
Sat, 18 Oct 2008 11:43:03 +0000
(12:43 +0100)
Signed-off-by: Philip Rakity <prakity@yahoo.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/cmdlinepart.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/cmdlinepart.c
b/drivers/mtd/cmdlinepart.c
index 71bc07f149b7910f964a5bc9b4c678a149cfbdf9..50a340388e742024945b6011490c760d0de4dcad 100644
(file)
--- 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