env: mmc: Fix test for ENV_IS_EMBEDDED
authorTom Rini <trini@konsulko.com>
Tue, 1 Apr 2025 16:21:25 +0000 (10:21 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 10 Apr 2025 17:58:04 +0000 (11:58 -0600)
commit684aea3132031b124d8e54c9aa99a244b81d3a49
treed43bafd0b02baff1be5aa6d9706c650803e9370e
parentdc54d1e48052fe8712f68a8fcbe324602c7935e8
env: mmc: Fix test for ENV_IS_EMBEDDED

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.

Signed-off-by: Tom Rini <trini@konsulko.com>
env/mmc.c