summaryrefslogtreecommitdiff
path: root/doc/README.nand
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-10-02 18:01:11 -0600
committerTom Rini <trini@konsulko.com>2016-10-06 20:40:54 -0400
commit4dc34be4301e9f9ddca2d22a8ddb1161ee40f2d1 (patch)
tree5493363f5e22e1aff77603c735b8f7791cdf4674 /doc/README.nand
parentb43957baf742bab6fd85210ed2ee8c3bd3679a48 (diff)
README: Fix CONFIG_SYS_NAND_MAX_DEVICE typo
This should be CONFIG_SYS_MAX_NAND_DEVICE. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Scott Wood <oss@buserror.net> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'doc/README.nand')
-rw-r--r--doc/README.nand2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.nand b/doc/README.nand
index f1c20ff645..2295bb2d96 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