summaryrefslogtreecommitdiff
path: root/drivers/mmc
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-02-06 01:40:38 +0300
committerTom Rini <trini@konsulko.com>2023-02-10 15:41:40 +0300
commite1d23dc912f4106dba5fceda30732f66ad1f0255 (patch)
treeb01529c50e232b901475b23d50fe2c04d4786878 /drivers/mmc
parenteca0986894388d537c0a129d204e2ba1a6360565 (diff)
downloadu-boot-e1d23dc912f4106dba5fceda30732f66ad1f0255.tar.xz
Correct SPL use of RENESAS_SDHI
This converts 1 usage of this option to the non-SPL form, since there is no SPL_RENESAS_SDHI defined in Kconfig Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/tmio-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/tmio-common.h b/drivers/mmc/tmio-common.h
index 88244e878b..4d717d85de 100644
--- a/drivers/mmc/tmio-common.h
+++ b/drivers/mmc/tmio-common.h
@@ -140,7 +140,7 @@ struct tmio_sd_priv {
struct clk clk;
struct clk clkh;
#endif
-#if CONFIG_IS_ENABLED(RENESAS_SDHI)
+#if IS_ENABLED(CONFIG_RENESAS_SDHI)
unsigned int smpcmp;
u8 tap_set;
u8 tap_num;