From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 03 Oct 2016 12:34:32 -0500 Subject: [U-Boot] [PATCH 16/16] README: Fix CONFIG_SYS_NAND_MAX_DEVICE typo In-Reply-To: <1475452871-16982-17-git-send-email-sjg@chromium.org> References: <1475452871-16982-1-git-send-email-sjg@chromium.org> <1475452871-16982-17-git-send-email-sjg@chromium.org> Message-ID: <1475516072.4917.8.camel@buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, 2016-10-02 at 18:01 -0600, Simon Glass wrote: > This should be CONFIG_SYS_MAX_NAND_DEVICE. Fix it. > > Signed-off-by: Simon Glass > --- > > ?doc/README.nand | 2 +- > ?1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/README.nand b/doc/README.nand > index f1c20ff..2295bb2 100644 > --- a/doc/README.nand > +++ b/doc/README.nand > @@ -160,7 +160,7 @@ Configuration Options: > ? > ? /* > ? ?* devnum is the device number to be used in nand commands > - ?* and in mtd->name.??Must be less than CONFIG_SYS_NAND_MAX_DEVICE. > + ?* and in mtd->name.??Must be less than CONFIG_SYS_MAX_NAND_DEVICE. > ? ?*/ > ? if (nand_register(devnum, mtd)) > ? error out Acked-by: Scott Wood -Scott