summaryrefslogtreecommitdiff
path: root/doc/README.nand
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-11-13 01:36:47 +0300
committerTom Rini <trini@konsulko.com>2022-12-06 00:05:38 +0300
commit4d3495deb653ad4e50051e846667eaad8257e1f9 (patch)
tree376dd8c2ac21f1c78aa8d898721197a7bd29ab5f /doc/README.nand
parentb41641d52efa242b38fbe5f976331005e329487a (diff)
downloadu-boot-4d3495deb653ad4e50051e846667eaad8257e1f9.tar.xz
Convert CONFIG_SYS_NAND_MAX_OOBFREE et al to Kconfig
This converts the following to Kconfig: CONFIG_SYS_NAND_MAX_OOBFREE CONFIG_SYS_NAND_MAX_ECCPOS Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/README.nand')
-rw-r--r--doc/README.nand10
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/README.nand b/doc/README.nand
index d1ce30768b..a3c3ab4b95 100644
--- a/doc/README.nand
+++ b/doc/README.nand
@@ -99,16 +99,6 @@ Configuration Options:
CONFIG_CMD_NAND_TORTURE
Enables the torture command (see description of this command below).
- CONFIG_SYS_NAND_MAX_ECCPOS
- If specified, overrides the maximum number of ECC bytes
- supported. Useful for reducing image size, especially with SPL.
- This must be at least 48 if nand_base.c is used.
-
- CONFIG_SYS_NAND_MAX_OOBFREE
- If specified, overrides the maximum number of free OOB regions
- supported. Useful for reducing image size, especially with SPL.
- This must be at least 2 if nand_base.c is used.
-
CONFIG_SYS_NAND_MAX_CHIPS
The maximum number of NAND chips per device to be supported.