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:
parent
eca0986894
commit
e1d23dc912
|
|
@ -140,7 +140,7 @@ struct tmio_sd_priv {
|
||||||
struct clk clk;
|
struct clk clk;
|
||||||
struct clk clkh;
|
struct clk clkh;
|
||||||
#endif
|
#endif
|
||||||
#if CONFIG_IS_ENABLED(RENESAS_SDHI)
|
#if IS_ENABLED(CONFIG_RENESAS_SDHI)
|
||||||
unsigned int smpcmp;
|
unsigned int smpcmp;
|
||||||
u8 tap_set;
|
u8 tap_set;
|
||||||
u8 tap_num;
|
u8 tap_num;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue