Re: [PATCH] mtd: cfi: Replace env_get_f() with env_get_yesno()
Marek Vasut via U-Boot <[email protected]>
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <6735b4ee-9e38-4ce2-b632-8fa0370ef114__43663.2031852909$1786400030$gmane$org@mailbox.org> |
On 8/10/26 10:28 AM, Stefan Roese wrote: > On 8/4/26 01:17, Marek Vasut 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. >> >> Signed-off-by: Marek Vasut <[email protected]> >> --- >> Cc: Stefan Roese <[email protected]> >> Cc: Tom Rini <[email protected]> >> Cc: [email protected] > > Reviewed-by: Stefan Roese <[email protected]> > > @Tom, could you please pull this directly. AFAIU, we did not create > the cfi-flash custodian repo in the new infrastructure. I don't see a > real need for it, as CFI flash is just very rarely used nowadays. HyperFlash is also CFI NOR flash, and that is used at least by Renesas, TI and ST, so it isn't quite as dead as it seems.