diff options
| author | Simon Glass <[email protected]> | 2023-02-05 15:40:38 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-02-10 07:41:40 -0500 |
| commit | e1d23dc912f4106dba5fceda30732f66ad1f0255 (patch) | |
| tree | b01529c50e232b901475b23d50fe2c04d4786878 /drivers | |
| parent | eca0986894388d537c0a129d204e2ba1a6360565 (diff) | |
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 <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/mmc/tmio-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/tmio-common.h b/drivers/mmc/tmio-common.h index 88244e878b4..4d717d85dec 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; |
