summaryrefslogtreecommitdiff
path: root/drivers/mmc/meson_gx_mmc.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-15 07:38:51 -0600
committerTom Rini <trini@konsulko.com>2024-04-15 07:38:51 -0600
commitdb972665794f38c7bf224d69f6a6206a4083d85d (patch)
tree414ce1b69f602096c093719fed5302c8cf0fb94a /drivers/mmc/meson_gx_mmc.c
parentd736d9f2126e014e92cd3efaa82d4b1520c6c25b (diff)
parent3657ef738ad6aa2c32c569e7ae67a5557343f7d0 (diff)
Merge https://source.denx.de/u-boot/custodians/u-boot-mmc
Diffstat (limited to 'drivers/mmc/meson_gx_mmc.c')
-rw-r--r--drivers/mmc/meson_gx_mmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/meson_gx_mmc.c b/drivers/mmc/meson_gx_mmc.c
index fcf4f03d1e2..0825c0a2a83 100644
--- a/drivers/mmc/meson_gx_mmc.c
+++ b/drivers/mmc/meson_gx_mmc.c
@@ -288,7 +288,7 @@ static int meson_mmc_probe(struct udevice *dev)
mmc_set_clock(mmc, cfg->f_min, MMC_CLK_ENABLE);
-#ifdef CONFIG_MMC_PWRSEQ
+#if CONFIG_IS_ENABLED(MMC_PWRSEQ)
/* Enable power if needed */
ret = mmc_pwrseq_get_power(dev, cfg);
if (!ret) {