diff options
| author | Jon Loeliger <jdl@freescale.com> | 2007-07-09 19:10:03 -0500 | 
|---|---|---|
| committer | Jon Loeliger <jdl@freescale.com> | 2007-07-09 19:10:03 -0500 | 
| commit | b5501f7d720fed99ab0b42c83f5dea52868ce007 (patch) | |
| tree | ebf8ee814951cbafde3197d9bb68a4434ea88ff9 /doc/README.nand | |
| parent | 4431283c7e6d54ae180d466e51bf2d97471a0ad9 (diff) | |
| download | olio-uboot-2014.01-b5501f7d720fed99ab0b42c83f5dea52868ce007.tar.xz olio-uboot-2014.01-b5501f7d720fed99ab0b42c83f5dea52868ce007.zip | |
Update README.* to reference new CONFIG_CMD_* names now.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'doc/README.nand')
| -rw-r--r-- | doc/README.nand | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/doc/README.nand b/doc/README.nand index 5c31845a9..c5c5ef29e 100644 --- a/doc/README.nand +++ b/doc/README.nand @@ -93,8 +93,8 @@ Commands:  Configuration Options: -   CFG_CMD_NAND -      A good one to add to CONFIG_COMMANDS since it enables NAND support. +   CONFIG_CMD_NAND +      Enables NAND support and commmands.     CONFIG_MTD_NAND_ECC_JFFS2        Define this if you want the Error Correction Code information in |