]> Git Repo - u-boot.git/commitdiff
README: Fix CONFIG_SYS_NAND_MAX_DEVICE typo
authorSimon Glass <[email protected]>
Mon, 3 Oct 2016 00:01:11 +0000 (18:01 -0600)
committerTom 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

index f1c20ff645688769a560bb4a4027b92cadd615ff..2295bb2d962a18e6c57ef415058cfb331ba1db59 100644 (file)
@@ -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
This page took 0.035708 seconds and 4 git commands to generate.