diff options
| author | Marek Vasut <[email protected]> | 2025-06-09 21:26:43 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-20 12:15:08 -0600 |
| commit | 224224c9fa287bed428d5c507b8926357191848a (patch) | |
| tree | 2f6069e4246f43b82e5e41198bb43a603b711937 /README | |
| parent | fb5235239aad43c41d528b2e6c8bd6c7b390cde1 (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-- | README | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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 |
