[PATCH 09/13] configs: imx8mm/n_venice: drop unused SDHC macro
Tim Harvey
tharvey at gateworks.com
Fri Apr 8 18:10:31 CEST 2022
On Thu, Apr 7, 2022 at 7:45 PM Peng Fan (OSS) <peng.fan at oss.nxp.com> wrote:
>
> From: Peng Fan <peng.fan at nxp.com>
>
> With SPL_DM_MMC and DM_MMC, the two macros not needed, drop it.
> CONFIG_SYS_FSL_USDHC_NUM
> CONFIG_SYS_FSL_ESDHC_ADDR
>
> Signed-off-by: Peng Fan <peng.fan at nxp.com>
> ---
> include/configs/imx8mm_venice.h | 4 ----
> include/configs/imx8mn_venice.h | 3 ---
> 2 files changed, 7 deletions(-)
>
> diff --git a/include/configs/imx8mm_venice.h b/include/configs/imx8mm_venice.h
> index 1952bde8587..2fd1bce7a61 100644
> --- a/include/configs/imx8mm_venice.h
> +++ b/include/configs/imx8mm_venice.h
> @@ -95,10 +95,6 @@
> #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \
> sizeof(CONFIG_SYS_PROMPT) + 16)
>
> -/* USDHC */
> -#define CONFIG_SYS_FSL_USDHC_NUM 2
> -#define CONFIG_SYS_FSL_ESDHC_ADDR 0
> -
> /* FEC */
> #define CONFIG_FEC_MXC_PHYADDR 0
> #define FEC_QUIRK_ENET_MAC
> diff --git a/include/configs/imx8mn_venice.h b/include/configs/imx8mn_venice.h
> index d954e8e3c56..ed606401360 100644
> --- a/include/configs/imx8mn_venice.h
> +++ b/include/configs/imx8mn_venice.h
> @@ -91,9 +91,6 @@
> #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
> #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \
> sizeof(CONFIG_SYS_PROMPT) + 16)
> -/* USDHC */
> -#define CONFIG_SYS_FSL_USDHC_NUM 2
> -#define CONFIG_SYS_FSL_ESDHC_ADDR 0
>
> /* FEC */
> #define CONFIG_FEC_MXC_PHYADDR 0
> --
> 2.35.1
>
Peng,
Thanks for the cleanup.
Acked-By: Tim Harvey <tharvey at gateworks.com>
Best Regards,
Tim
More information about the U-Boot
mailing list