[U-Boot] [PATCH v3 12/14] pico-imx6ul: Remove CONFIG_FSL_USDHC from .h
Fabio Estevam
festevam at gmail.com
Thu Sep 13 20:14:16 UTC 2018
Hi Otavio,
On Thu, Sep 13, 2018 at 4:57 PM, Otavio Salvador
<otavio at ossystems.com.br> wrote:
> The FSL_USDHC support is now handled by Kconfig and it is enabled on
> the respective `defconfig` so the setting in .h is pointless.
Just checked and I don't see FSL_USDHC option in Kconfig.
> Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
> ---
>
> Changes in v3: None
> Changes in v2: None
>
> include/configs/pico-imx6ul.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/include/configs/pico-imx6ul.h b/include/configs/pico-imx6ul.h
> index a510fd1554..94c14a7a43 100644
> --- a/include/configs/pico-imx6ul.h
> +++ b/include/configs/pico-imx6ul.h
> @@ -28,7 +28,6 @@
> #define CONFIG_MXC_UART_BASE UART6_BASE_ADDR
>
> /* MMC Configs */
> -#define CONFIG_FSL_USDHC
I see that CONFIG_FSL_USDHC is defined inside "mx6_common.h", which is
already included in this file, so the change looks good, but the
commit message needs to be reworked.
Thanks
More information about the U-Boot
mailing list