[PATCH v2 129/169] Correct SPL use of RENESAS_SDHI
Simon Glass
sjg at chromium.org
Sun Feb 5 23:40:38 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>
---
(no changes since v1)
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.519.gcb327c4b5f-goog
More information about the U-Boot
mailing list