All of lore.kernel.org
 help / color / mirror / Atom feed
From: Teresa Remmet <T.Remmet@phytec.de>
To: "alison.wang@nxp.com" <alison.wang@nxp.com>,
	"agust@denx.de" <agust@denx.de>,
	"open-source@softing.de" <open-source@softing.de>,
	"nikita@compulab.co.il" <nikita@compulab.co.il>,
	"heiko.thiery@gmail.com" <heiko.thiery@gmail.com>,
	"paul.liu@linaro.org" <paul.liu@linaro.org>,
	"marcofrk@gmail.com" <marcofrk@gmail.com>,
	"trini@konsulko.com" <trini@konsulko.com>,
	"hs@denx.de" <hs@denx.de>,
	"tharvey@gateworks.com" <tharvey@gateworks.com>,
	"aford173@gmail.com" <aford173@gmail.com>,
	"peng.fan@oss.nxp.com" <peng.fan@oss.nxp.com>,
	"m.niestroj@grinn-global.com" <m.niestroj@grinn-global.com>,
	"iliev@ronetix.at" <iliev@ronetix.at>,
	"uri.mashiach@compulab.co.il" <uri.mashiach@compulab.co.il>,
	"oliver.graute@kococonnector.com"
	<oliver.graute@kococonnector.com>,
	"sbabic@denx.de" <sbabic@denx.de>,
	"cniedermaier@dh-electronics.com"
	<cniedermaier@dh-electronics.com>,
	"marcel.ziswiler@toradex.com" <marcel.ziswiler@toradex.com>,
	"ageisreiter@dh-electronics.de" <ageisreiter@dh-electronics.de>,
	"festevam@gmail.com" <festevam@gmail.com>,
	"alifer.wsdm@gmail.com" <alifer.wsdm@gmail.com>
Cc: "u-boot@dh-electronics.com" <u-boot@dh-electronics.com>,
	"u-boot@lists.denx.de" <u-boot@lists.denx.de>,
	"peng.fan@nxp.com" <peng.fan@nxp.com>
Subject: Re: [PATCH 10/13] configs: phycore_imx8mm/p: drop unused SDHC macro
Date: Tue, 12 Apr 2022 11:26:20 +0000	[thread overview]
Message-ID: <975f336c2a26f4ba79448a55ac655d09ef23f744.camel@phytec.de> (raw)
In-Reply-To: <20220408032522.3451-11-peng.fan@oss.nxp.com>

Am Freitag, dem 08.04.2022 um 11:25 +0800 schrieb Peng Fan (OSS):
> From: Peng Fan <peng.fan@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

Thank you for the patch.

Acked-By: Teresa Remmet <t.remmet@phytec.de>

Regards,
Teresa


> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
>  include/configs/phycore_imx8mm.h | 4 ----
>  include/configs/phycore_imx8mp.h | 4 ----
>  2 files changed, 8 deletions(-)
> 
> diff --git a/include/configs/phycore_imx8mm.h
> b/include/configs/phycore_imx8mm.h
> index 7438d0a4647..528cda0dbe3 100644
> --- a/include/configs/phycore_imx8mm.h
> +++ b/include/configs/phycore_imx8mm.h
> @@ -92,8 +92,4 @@
>  #define CONFIG_SYS_MAXARGS		64
>  #define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
>  
> -/* USDHC */
> -#define CONFIG_SYS_FSL_USDHC_NUM	2
> -#define CONFIG_SYS_FSL_ESDHC_ADDR       0
> -
>  #endif /* __PHYCORE_IMX8MM_H */
> diff --git a/include/configs/phycore_imx8mp.h
> b/include/configs/phycore_imx8mp.h
> index 8c5ffeef544..db530965a2a 100644
> --- a/include/configs/phycore_imx8mp.h
> +++ b/include/configs/phycore_imx8mp.h
> @@ -92,8 +92,4 @@
>  #define CONFIG_SYS_MAXARGS		64
>  #define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
>  
> -/* USDHC */
> -#define CONFIG_SYS_FSL_USDHC_NUM	2
> -#define CONFIG_SYS_FSL_ESDHC_ADDR       0
> -
>  #endif /* __PHYCORE_IMX8MP_H */
-- 
PHYTEC Messtechnik GmbH | Robert-Koch-Str. 39 | 55129 Mainz, Germany

Geschäftsführer: Dipl.-Ing. Michael Mitezki, Dipl.-Ing. Bodo Huber |
Handelsregister Mainz HRB 4656 | Finanzamt Mainz | St.Nr. 266500608, DE
149059855

  reply	other threads:[~2022-04-12 11:26 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-08  3:25 [PATCH 00/13] configs: clean up SDHC marco and MMCROOT Peng Fan (OSS)
2022-04-08  3:25 ` [PATCH 01/13] configs: imx8mm_evk: drop unused SDHC macro Peng Fan (OSS)
2022-04-08  3:25 ` [PATCH 02/13] configs: imx8mp_evk: " Peng Fan (OSS)
2022-04-08  3:25 ` [PATCH 03/13] configs: imx8mn_evk: " Peng Fan (OSS)
2022-04-08  3:25 ` [PATCH 04/13] configs: mx6sxsabresd: drop CONFIG_SYS_FSL_USDHC_NUM Peng Fan (OSS)
2022-04-08  3:25 ` [PATCH 05/13] configs: mx7dsabresd: drop unused SDHC macro Peng Fan (OSS)
2022-04-08  3:25 ` [PATCH 06/13] configs: imx8qm/qxp_evk: " Peng Fan (OSS)
2022-04-08  3:25 ` [PATCH 07/13] configs: verdin-imx8m: " Peng Fan (OSS)
2022-04-08  3:25 ` [PATCH 08/13] configs: imx8mm/n_beacon: " Peng Fan (OSS)
2022-04-08  3:25 ` [PATCH 09/13] configs: imx8mm/n_venice: " Peng Fan (OSS)
2022-04-08 16:10   ` Tim Harvey
2022-04-08  3:25 ` [PATCH 10/13] configs: phycore_imx8mm/p: " Peng Fan (OSS)
2022-04-12 11:26   ` Teresa Remmet [this message]
2022-04-08  3:25 ` [PATCH 11/13] configs: imx: drop IMX_FEC_BASE Peng Fan (OSS)
2022-04-08  3:25 ` [PATCH 12/13] configs: drop CONFIG_MMCROOT Peng Fan (OSS)
2022-04-08  3:25 ` [PATCH 13/13] scripts: config_whitelist: " Peng Fan (OSS)
2022-04-08 10:17 ` [PATCH 00/13] configs: clean up SDHC marco and MMCROOT Fabio Estevam

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=975f336c2a26f4ba79448a55ac655d09ef23f744.camel@phytec.de \
    --to=t.remmet@phytec.de \
    --cc=aford173@gmail.com \
    --cc=ageisreiter@dh-electronics.de \
    --cc=agust@denx.de \
    --cc=alifer.wsdm@gmail.com \
    --cc=alison.wang@nxp.com \
    --cc=cniedermaier@dh-electronics.com \
    --cc=festevam@gmail.com \
    --cc=heiko.thiery@gmail.com \
    --cc=hs@denx.de \
    --cc=iliev@ronetix.at \
    --cc=m.niestroj@grinn-global.com \
    --cc=marcel.ziswiler@toradex.com \
    --cc=marcofrk@gmail.com \
    --cc=nikita@compulab.co.il \
    --cc=oliver.graute@kococonnector.com \
    --cc=open-source@softing.de \
    --cc=paul.liu@linaro.org \
    --cc=peng.fan@nxp.com \
    --cc=peng.fan@oss.nxp.com \
    --cc=sbabic@denx.de \
    --cc=tharvey@gateworks.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@dh-electronics.com \
    --cc=u-boot@lists.denx.de \
    --cc=uri.mashiach@compulab.co.il \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.