From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pd0-x22c.google.com ([2607:f8b0:400e:c02::22c]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XgoZu-0002qu-VE for linux-mtd@lists.infradead.org; Wed, 22 Oct 2014 05:35:23 +0000 Received: by mail-pd0-f172.google.com with SMTP id ft15so2856039pdb.3 for ; Tue, 21 Oct 2014 22:35:00 -0700 (PDT) Date: Tue, 21 Oct 2014 22:34:53 -0700 From: Brian Norris To: Michal Sojka Subject: Re: [PATCH] Update help of CONFIG_MTD_OF_PARTS Message-ID: <20141022053453.GA16128@brian-ubuntu> References: <1412946377-18933-1-git-send-email-sojkam1@fel.cvut.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1412946377-18933-1-git-send-email-sojkam1@fel.cvut.cz> Cc: linux-mtd@lists.infradead.org, David Woodhouse , linux-kernel@vger.kernel.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, Oct 10, 2014 at 03:06:17PM +0200, Michal Sojka wrote: > 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 > --- > drivers/mtd/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig > index 94b8210..fa8371a 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/mtd-physmap.txt. Did you read this file before sending the patch? I'm pretty sure you're looking for this file instead: Documentation/devicetree/bindings/mtd/partition.txt > > config MTD_AR7_PARTS > tristate "TI AR7 partitioning support" Brian