summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2025-06-09 21:26:43 +0200
committerTom Rini <[email protected]>2025-06-20 12:15:08 -0600
commit224224c9fa287bed428d5c507b8926357191848a (patch)
tree2f6069e4246f43b82e5e41198bb43a603b711937 /README
parentfb5235239aad43c41d528b2e6c8bd6c7b390cde1 (diff)
env: Drop DELAY_ENVIRONMENT
There are no users of DELAY_ENVIRONMENT and the same effect can be achieved either using DT /config/load-environment property, or by using ENV_IS_NOWHERE . Remove this configuration option and matching functionality. Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 0 insertions, 9 deletions
diff --git a/README b/README
index 88b6e6f2772..40326ef3547 100644
--- a/README
+++ b/README
@@ -950,15 +950,6 @@ The following options need to be configured:
the environment like the "source" command or the
boot command first.
- CONFIG_DELAY_ENVIRONMENT
-
- Normally the environment is loaded when the board is
- initialised so that it is available to U-Boot. This inhibits
- that so that the environment is not available until
- explicitly loaded later by U-Boot code. With CONFIG_OF_CONTROL
- this is instead controlled by the value of
- /config/load-environment.
-
- Automatic software updates via TFTP server
CONFIG_UPDATE_TFTP
CONFIG_UPDATE_TFTP_CNT_MAX