public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Scott Wood <oss@buserror.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 16/16] README: Fix CONFIG_SYS_NAND_MAX_DEVICE typo
Date: Mon, 03 Oct 2016 12:34:32 -0500	[thread overview]
Message-ID: <1475516072.4917.8.camel@buserror.net> (raw)
In-Reply-To: <1475452871-16982-17-git-send-email-sjg@chromium.org>

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 <sjg@chromium.org>
> ---
> 
> ?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 <oss@buserror.net>

-Scott

  reply	other threads:[~2016-10-03 17:34 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-03  0:00 [U-Boot] [PATCH 00/16] README: Clean up old CONFIG options Simon Glass
2016-10-03  0:00 ` [U-Boot] [PATCH 01/16] README: Drop old Intel Monahans comment Simon Glass
2016-10-05  6:11   ` Bin Meng
2016-10-07  0:41   ` [U-Boot] [U-Boot, " Tom Rini
2016-10-03  0:00 ` [U-Boot] [PATCH 02/16] README: Drop CONFIG_COGENT and related options Simon Glass
2016-10-05  6:11   ` Bin Meng
2016-10-07  0:42   ` [U-Boot] [U-Boot, " Tom Rini
2016-10-03  0:00 ` [U-Boot] [PATCH 03/16] README: Correct CONFIG_ENV_OFFSET_RENDUND typo Simon Glass
2016-10-05  6:11   ` Bin Meng
2016-10-07  0:42   ` [U-Boot] [U-Boot, " Tom Rini
2016-10-03  0:00 ` [U-Boot] [PATCH 04/16] README: Drop unused JFFS2 options Simon Glass
2016-10-05  6:11   ` Bin Meng
2016-10-07  0:42   ` [U-Boot] [U-Boot,04/16] " Tom Rini
2016-10-03  0:01 ` [U-Boot] [PATCH 05/16] README: Drop unused CONFIG_SYS_LS_MC_FW_... options Simon Glass
2016-10-05  6:11   ` Bin Meng
2016-10-07 19:30     ` Simon Glass
2016-10-07 19:33       ` Tom Rini
2016-10-07  0:42   ` [U-Boot] [U-Boot, " Tom Rini
2016-10-03  0:01 ` [U-Boot] [PATCH 06/16] README: Drop CONFIG_OF_BOOT_CPU Simon Glass
2016-10-05  6:11   ` Bin Meng
2016-10-07  0:42   ` [U-Boot] [U-Boot,06/16] " Tom Rini
2016-10-03  0:01 ` [U-Boot] [PATCH 07/16] README: Drop CONFIG_LAN91C96_BASE Simon Glass
2016-10-05  6:11   ` Bin Meng
2016-10-07  0:42   ` [U-Boot] [U-Boot,07/16] " Tom Rini
2016-10-03  0:01 ` [U-Boot] [PATCH 08/16] README: Drop CONFIG_SYS_USB_BRG_CLK Simon Glass
2016-10-05  6:11   ` Bin Meng
2016-10-07  0:42   ` [U-Boot] [U-Boot,08/16] " Tom Rini
2016-10-03  0:01 ` [U-Boot] [PATCH 09/16] README: sh: Drop CONFIG_SYS_I2C_SH_BASE5 Simon Glass
2016-10-05  6:11   ` Bin Meng
2016-10-07  0:42   ` [U-Boot] [U-Boot, " Tom Rini
2016-10-03  0:01 ` [U-Boot] [PATCH 10/16] README: i2c: Drop unused i2c CONFIG options Simon Glass
2016-10-04  5:16   ` Heiko Schocher
2016-10-05  6:11   ` Bin Meng
2016-10-07  0:43   ` [U-Boot] [U-Boot, " Tom Rini
2016-10-03  0:01 ` [U-Boot] [PATCH 11/16] README: Drop CONFIG_SYS_INIT_DATA_SIZE Simon Glass
2016-10-05  6:12   ` Bin Meng
2016-10-07  0:43   ` [U-Boot] [U-Boot,11/16] " Tom Rini
2016-10-03  0:01 ` [U-Boot] [PATCH 12/16] README: Drop CONFIG_SYS_USE_OSCCLK Simon Glass
2016-10-05  6:12   ` Bin Meng
2016-10-07  0:43   ` [U-Boot] [U-Boot,12/16] " Tom Rini
2016-10-03  0:01 ` [U-Boot] [PATCH 13/16] atmel: Drop README.at91-soc Simon Glass
2016-10-05  6:12   ` Bin Meng
2016-10-06 20:26   ` Andreas Bießmann
2016-10-07  0:43   ` [U-Boot] [U-Boot,13/16] " Tom Rini
2016-10-03  0:01 ` [U-Boot] [PATCH 14/16] README: Drop README.imx31 Simon Glass
2016-10-05  6:12   ` Bin Meng
2016-10-07  0:43   ` [U-Boot] [U-Boot,14/16] " Tom Rini
2016-10-03  0:01 ` [U-Boot] [PATCH 15/16] README: Drop CONFIG_MPC8349ADS Simon Glass
2016-10-05  6:12   ` Bin Meng
2016-10-07  0:43   ` [U-Boot] [U-Boot,15/16] " Tom Rini
2016-10-03  0:01 ` [U-Boot] [PATCH 16/16] README: Fix CONFIG_SYS_NAND_MAX_DEVICE typo Simon Glass
2016-10-03 17:34   ` Scott Wood [this message]
2016-10-05  6:12   ` Bin Meng
2016-10-07  0:43   ` [U-Boot] [U-Boot, " Tom Rini
2016-10-05 14:59 ` [U-Boot] [PATCH 00/16] README: Clean up old CONFIG options york sun

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1475516072.4917.8.camel@buserror.net \
    --to=oss@buserror.net \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox