[PATCH 131/171] Correct SPL use of RENESAS_SDHI
Simon Glass
sjg at chromium.org
Mon Jan 30 16:15:32 CET 2023
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 at chromium.org>
---
drivers/mmc/tmio-common.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mmc/tmio-common.h b/drivers/mmc/tmio-common.h
index 59d5a0e22e9..b1556bba5d9 100644
--- a/drivers/mmc/tmio-common.h
+++ b/drivers/mmc/tmio-common.h
@@ -139,7 +139,7 @@ struct tmio_sd_priv {
#if CONFIG_IS_ENABLED(CLK)
struct clk clk;
#endif
-#if CONFIG_IS_ENABLED(RENESAS_SDHI)
+#if IS_ENABLED(CONFIG_RENESAS_SDHI)
unsigned int smpcmp;
u8 tap_set;
u8 tap_num;
--
2.39.1.456.gfc5497dd1b-goog
More information about the U-Boot
mailing list