Skip to content
Snippets Groups Projects
Commit 4dc34be4 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

README: Fix CONFIG_SYS_NAND_MAX_DEVICE typo


This should be CONFIG_SYS_MAX_NAND_DEVICE. Fix it.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Acked-by: default avatarScott Wood <oss@buserror.net>
Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
Reviewed-by: default avatarYork Sun <york.sun@nxp.com>
parent b43957ba
No related branches found
No related tags found
No related merge requests found
...@@ -160,7 +160,7 @@ Configuration Options: ...@@ -160,7 +160,7 @@ Configuration Options:
/* /*
* devnum is the device number to be used in nand commands * 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)) if (nand_register(devnum, mtd))
error out error out
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment