diff options
author | Adam Ford <aford173@gmail.com> | 2020-07-03 08:09:44 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-28 16:18:10 -0400 |
commit | 0c4a63438cf78b3c9a971347435ce34edbe1658d (patch) | |
tree | 41d17d1b8f47f50f4860d87c39732c096ad9b3b4 /README | |
parent | e91907a1464e5b79673c37f46dcb76d3c5b7c0c7 (diff) | |
download | u-boot-0c4a63438cf78b3c9a971347435ce34edbe1658d.zip u-boot-0c4a63438cf78b3c9a971347435ce34edbe1658d.tar.gz u-boot-0c4a63438cf78b3c9a971347435ce34edbe1658d.tar.bz2 |
Convert CONFIG_SPL_NAND_DRIVERS et al to Kconfig
This converts the following to Kconfig:
CONFIG_SPL_NAND_DRIVERS
CONFIG_SPL_NAND_ECC
CONFIG_SPL_NAND_SIMPLE
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -2283,22 +2283,10 @@ The following options need to be configured: CONFIG_SPL_NAND_BASE Include nand_base.c in the SPL. Requires - CONFIG_SPL_NAND_DRIVERS. - - CONFIG_SPL_NAND_DRIVERS - SPL uses normal NAND drivers, not minimal drivers. - CONFIG_SPL_NAND_IDENT SPL uses the chip ID list to identify the NAND flash. Requires CONFIG_SPL_NAND_BASE. - CONFIG_SPL_NAND_ECC - Include standard software ECC in the SPL - - CONFIG_SPL_NAND_SIMPLE - Support for NAND boot using simple NAND drivers that - expose the cmd_ctrl() interface. - CONFIG_SPL_UBI Support for a lightweight UBI (fastmap) scanner and loader |