summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2020-07-03 16:09:45 +0300
committerTom Rini <trini@konsulko.com>2020-07-28 23:18:10 +0300
commit38791064142776c635fa3279dde4990eaed5fe35 (patch)
tree569ca467d43f06cc15f72584c338a5fef0d3e66c /README
parent0c4a63438cf78b3c9a971347435ce34edbe1658d (diff)
downloadu-boot-38791064142776c635fa3279dde4990eaed5fe35.tar.xz
Convert CONFIG_SPL_NAND_BASE et al to Kconfig
This converts the following to Kconfig: CONFIG_SPL_NAND_BASE CONFIG_SPL_NAND_IDENT Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 0 insertions, 2 deletions
diff --git a/README b/README
index afb65597d9..78f20e901f 100644
--- a/README
+++ b/README
@@ -2281,8 +2281,6 @@ The following options need to be configured:
CONFIG_SPL_SKIP_RELOCATE
Avoid SPL relocation
- CONFIG_SPL_NAND_BASE
- Include nand_base.c in the SPL. Requires
CONFIG_SPL_NAND_IDENT
SPL uses the chip ID list to identify the NAND flash.
Requires CONFIG_SPL_NAND_BASE.