]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Correct SPL use of RENESAS_SDHI
authorSimon Glass <sjg@chromium.org>
Sun, 5 Feb 2023 22:40:38 +0000 (15:40 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 10 Feb 2023 12:41:40 +0000 (07:41 -0500)
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>
drivers/mmc/tmio-common.h

index 88244e878b4ad2fbacb0c13b9f89ed2ef664b645..4d717d85dec50a56eb3cc8f754f667c25db65a3e 100644 (file)
@@ -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;