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

From: Peng Fan <peng.fan@nxp.com>

With SPL_DM_MMC and DM_MMC, the two macros not needed, drop it.
 #define CONFIG_SYS_FSL_USDHC_NUM       2
 #define CONFIG_SYS_FSL_ESDHC_ADDR      0

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 include/configs/imx8mm_evk.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/include/configs/imx8mm_evk.h b/include/configs/imx8mm_evk.h
index 32c937abb0e..e0611126ece 100644
--- a/include/configs/imx8mm_evk.h
+++ b/include/configs/imx8mm_evk.h
@@ -78,11 +78,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
-
 #define CONFIG_FEC_MXC_PHYADDR          0
 #define FEC_QUIRK_ENET_MAC
 
-- 
2.35.1


  reply	other threads:[~2022-04-08  2:44 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 ` Peng Fan (OSS) [this message]
2022-04-08  3:25 ` [PATCH 02/13] configs: imx8mp_evk: drop unused SDHC macro 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
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=20220408032522.3451-2-peng.fan@oss.nxp.com \
    --to=peng.fan@oss.nxp.com \
    --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=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.