Skip to content
Snippets Groups Projects
Commit e1d23dc9 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

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's avatarSimon Glass <sjg@chromium.org>
parent eca09868
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment