aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-05-13 12:46:23 -0400
committerTom Rini <trini@konsulko.com>2022-06-06 12:09:00 -0400
commitbab1b35c617a339da8f859bfea90ec304859b354 (patch)
tree08e849e4017e81a9bc8911ad4e3b789b2ef71165 /README
parentb35316fb67cb7aeaf022032ce078135251372f39 (diff)
downloadu-boot-bab1b35c617a339da8f859bfea90ec304859b354.zip
u-boot-bab1b35c617a339da8f859bfea90ec304859b354.tar.gz
u-boot-bab1b35c617a339da8f859bfea90ec304859b354.tar.bz2
Convert CONFIG_SPL_NAND_RAW_ONLY et al to Kconfig
This converts the following to Kconfig: CONFIG_SPL_NAND_RAW_ONLY CONFIG_SPL_NAND_SOFTECC Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 0 insertions, 4 deletions
diff --git a/README b/README
index 484a2c5..0fd92cf 100644
--- a/README
+++ b/README
@@ -1743,10 +1743,6 @@ The following options need to be configured:
Support for a lightweight UBI (fastmap) scanner and
loader
- CONFIG_SPL_NAND_RAW_ONLY
- Support to boot only raw u-boot.bin images. Use this only
- if you need to save space.
-
CONFIG_SPL_COMMON_INIT_DDR
Set for common ddr init with serial presence detect in
SPL binary.