Re: [PATCH] mtd: cfi: Replace env_get_f() with env_get_yesno()
Tom Rini <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 04 Aug 2026 01:17:31 +0200, Marek Vasut via U-Boot wrote:
> Simplify the code, replace env_get_f() with env_get_yesno(). The
> env_get_yesno() internally calls env_get() which may fall back to
> env_get_f() if the environment access is not initialized yet.
>
>
Applied to u-boot/main, thanks!
[1/1] mtd: cfi: Replace env_get_f() with env_get_yesno()
commit: c882fc0fe40e184e75035909aea2f3109cbe78bb
--
Tom