env: Drop DELAY_ENVIRONMENT
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Mon, 9 Jun 2025 19:26:43 +0000 (21:26 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 20 Jun 2025 18:15:08 +0000 (12:15 -0600)
commit224224c9fa287bed428d5c507b8926357191848a
tree2f6069e4246f43b82e5e41198bb43a603b711937
parentfb5235239aad43c41d528b2e6c8bd6c7b390cde1
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 <marek.vasut+renesas@mailbox.org>
README
common/board_r.c
env/Kconfig