]> git.baikalelectronics.ru Git - uboot.git/commit
Merge branch '2023-05-16-remove-misuse-of-env-is-nowhere' into next
authorTom Rini <trini@konsulko.com>
Wed, 17 May 2023 00:24:21 +0000 (20:24 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 17 May 2023 00:24:21 +0000 (20:24 -0400)
commit497ea01b17c901139c0a1307faa2846215f99531
tree5b9de0f64aa1b5b2165739c562c604ad9a31ce2c
parentc8f47323ccda7e7647a6cadbc2e45ddc0049283b
parent02263e38bb3a70320006141d48ce7bda5cf08f14
Merge branch '2023-05-16-remove-misuse-of-env-is-nowhere' into next

To quote the author:

When using a list of writeable variables, the initial values come from
the built-in default environment since commit 7add8107bf97
("env: Complete generic support for writable list"). Remove unnecessary
misuse of the env is nowhere driver as default environment.