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.