From: Simon Glass Date: Sun, 5 Feb 2023 22:40:38 +0000 (-0700) Subject: Correct SPL use of RENESAS_SDHI X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-logo.png?a=commitdiff_plain;h=e1d23dc912f4106dba5fceda30732f66ad1f0255;p=u-boot.git 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 --- diff --git a/drivers/mmc/tmio-common.h b/drivers/mmc/tmio-common.h index 88244e878b..4d717d85de 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;