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>
This commit is contained in:
Simon Glass 2023-02-05 15:40:38 -07:00 committed by Tom Rini
parent eca0986894
commit e1d23dc912

View 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;