aboutsummaryrefslogtreecommitdiff
path: root/include/configs/rpi.h
diff options
context:
space:
mode:
authorSimon Glass2023-02-05 15:36:34 -0700
committerTom Rini2023-02-09 16:32:26 -0500
commit80168d5a284fd91b8ef279bfd1977bba66360e08 (patch)
tree6f3239d7b8a554084b412caa6d678230ad2437ae /include/configs/rpi.h
parentd01bf20ea654f659404f744c4db284b82e4c68ad (diff)
Correct SPL uses of CMD_MMC
This converts 6 usages of this option to the non-SPL form, since there is no SPL_CMD_MMC defined in Kconfig Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/rpi.h')
-rw-r--r--include/configs/rpi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/rpi.h b/include/configs/rpi.h
index c3f8e7bf85c..7c306cb5680 100644
--- a/include/configs/rpi.h
+++ b/include/configs/rpi.h
@@ -122,7 +122,7 @@
"fdt_addr_r=0x02600000\0" \
"ramdisk_addr_r=0x02700000\0"
-#if CONFIG_IS_ENABLED(CMD_MMC)
+#if IS_ENABLED(CONFIG_CMD_MMC)
#define BOOT_TARGET_MMC(func) \
func(MMC, mmc, 0) \
func(MMC, mmc, 1) \