mtd: update help of CONFIG_MTD_OF_PARTS

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Mon Dec 15 19:59:04 PST 2014


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=e76064464e814bdfe12d0f73d859488e28578946
Commit:     e76064464e814bdfe12d0f73d859488e28578946
Parent:     7a442f171af8d33b06f117fe7e13e1d089e9cc04
Author:     Michal Sojka <sojkam1 at fel.cvut.cz>
AuthorDate: Fri Oct 10 15:06:17 2014 +0200
Committer:  Brian Norris <computersforpeace at gmail.com>
CommitDate: Wed Nov 5 01:17:56 2014 -0800

    mtd: update help of CONFIG_MTD_OF_PARTS
    
    The help text of CONFIG_MTD_OF_PARTS refers to additional documentation
    in booting-without-of.txt but this documentation was moved to another
    file in commit efcc2da3fd148c9acb7d7cf1d9800e0649f950fc (Stefan Roese:
    Factor MTD physmap bindings out of booting-without-of). This updates the
    help text to point to the right place.
    
    Signed-off-by: Michal Sojka <sojkam1 at fel.cvut.cz>
    [Brian: fixed doc reference]
    Signed-off-by: Brian Norris <computersforpeace at gmail.com>
---
 drivers/mtd/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig
index 94b8210..71fea89 100644
--- a/drivers/mtd/Kconfig
+++ b/drivers/mtd/Kconfig
@@ -133,7 +133,7 @@ config MTD_OF_PARTS
 	help
 	  This provides a partition parsing function which derives
 	  the partition map from the children of the flash node,
-	  as described in Documentation/devicetree/booting-without-of.txt.
+	  as described in Documentation/devicetree/bindings/mtd/partition.txt.
 
 config MTD_AR7_PARTS
 	tristate "TI AR7 partitioning support"



More information about the linux-mtd-cvs mailing list