Re: [PATCH] mtd: cfi: Replace env_get_f() with env_get_yesno()
Tom Rini <[email protected]>
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <178639520275.1450255.15423523044503401285.b4-ty__43619.2436188989$1786395223$gmane$org@konsulko.com> |
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