projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b43957b
)
README: Fix CONFIG_SYS_NAND_MAX_DEVICE typo
author
Simon Glass
<
[email protected]
>
Mon, 3 Oct 2016 00:01:11 +0000
(18:01 -0600)
committer
Tom Rini
<
[email protected]
>
Fri, 7 Oct 2016 00:40:54 +0000
(20:40 -0400)
This should be CONFIG_SYS_MAX_NAND_DEVICE. Fix it.
Signed-off-by: Simon Glass <
[email protected]
>
Acked-by: Scott Wood <
[email protected]
>
Reviewed-by: Bin Meng <
[email protected]
>
Reviewed-by: York Sun <
[email protected]
>
doc/README.nand
patch
|
blob
|
history
diff --git
a/doc/README.nand
b/doc/README.nand
index f1c20ff645688769a560bb4a4027b92cadd615ff..2295bb2d962a18e6c57ef415058cfb331ba1db59 100644
(file)
--- 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