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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user