On Tue, 01 Apr 2025 10:21:25 -0600, Tom Rini wrote: > The symbol "ENV_IS_EMBEDDED" is an environment internal define and not a > real CONFIG symbol. The IS_ENABLED() macro is still valid to use here, > so update the check. > >
Applied to u-boot/master, thanks! [1/1] env: mmc: Fix test for ENV_IS_EMBEDDED commit: 684aea3132031b124d8e54c9aa99a244b81d3a49 -- Tom