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 00/13] configs: clean up SDHC marco and MMCROOT
Date: Fri,  8 Apr 2022 11:25:09 +0800	[thread overview]
Message-ID: <20220408032522.3451-1-peng.fan@oss.nxp.com> (raw)

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

For platforms with DM_MMC and SPL_DM_MMC, the SDHC macros are not needed.
CONFIG_MMCROOT could be actually dropped.
Drop IMX_FEC_BASE for boards that not use it

Tom, Stefano

this patches changes lots of files, not only imx, to avoid conflict, Tom
would you directly pick up if no issues?

Thanks.

Peng Fan (13):
  configs: imx8mm_evk: drop unused SDHC macro
  configs: imx8mp_evk: drop unused SDHC macro
  configs: imx8mn_evk: drop unused SDHC macro
  configs: mx6sxsabresd: drop CONFIG_SYS_FSL_USDHC_NUM
  configs: mx7dsabresd: drop unused SDHC macro
  configs: imx8qm/qxp_evk: drop unused SDHC macro
  configs: verdin-imx8m: drop unused SDHC macro
  configs: imx8mm/n_beacon: drop unused SDHC macro
  configs: imx8mm/n_venice: drop unused SDHC macro
  configs: phycore_imx8mm/p: drop unused SDHC macro
  configs: imx: drop IMX_FEC_BASE
  configs: drop CONFIG_MMCROOT
  scripts: config_whitelist: drop CONFIG_MMCROOT

 include/configs/apalis-imx8x.h           | 1 -
 include/configs/aristainetos2.h          | 4 +---
 include/configs/capricorn-common.h       | 1 -
 include/configs/cgtqmx8.h                | 3 +--
 include/configs/cl-som-imx7.h            | 1 -
 include/configs/cm_fx6.h                 | 1 -
 include/configs/colibri-imx6ull.h        | 1 -
 include/configs/dh_imx6.h                | 1 -
 include/configs/imx7-cm.h                | 3 +--
 include/configs/imx8mm-cl-iot-gate.h     | 4 +---
 include/configs/imx8mm_beacon.h          | 5 -----
 include/configs/imx8mm_evk.h             | 9 +--------
 include/configs/imx8mm_venice.h          | 4 ----
 include/configs/imx8mn_beacon.h          | 5 -----
 include/configs/imx8mn_evk.h             | 8 +-------
 include/configs/imx8mn_venice.h          | 3 ---
 include/configs/imx8mp_evk.h             | 6 +-----
 include/configs/imx8mp_rsb3720.h         | 3 +--
 include/configs/imx8mq_cm.h              | 3 +--
 include/configs/imx8mq_evk.h             | 4 +---
 include/configs/imx8mq_phanbell.h        | 4 +---
 include/configs/imx8qm_mek.h             | 8 +-------
 include/configs/imx8qm_rom7720.h         | 3 +--
 include/configs/imx8qxp_mek.h            | 8 +-------
 include/configs/imx8ulp_evk.h            | 4 +---
 include/configs/kontron_pitx_imx8m.h     | 1 -
 include/configs/liteboard.h              | 4 +---
 include/configs/m53menlo.h               | 1 -
 include/configs/mccmon6.h                | 1 -
 include/configs/mx6sllevk.h              | 3 +--
 include/configs/mx6sxsabresd.h           | 3 ---
 include/configs/mx6ul_14x14_evk.h        | 5 +----
 include/configs/mx6ullevk.h              | 3 +--
 include/configs/mx7dsabresd.h            | 9 ---------
 include/configs/mx7ulp_com.h             | 3 +--
 include/configs/mx7ulp_evk.h             | 3 +--
 include/configs/npi_imx6ull.h            | 1 -
 include/configs/phycore_imx8mm.h         | 5 -----
 include/configs/phycore_imx8mp.h         | 5 -----
 include/configs/pico-imx6.h              | 1 -
 include/configs/pico-imx6ul.h            | 1 -
 include/configs/pico-imx8mq.h            | 4 +---
 include/configs/somlabs_visionsom_6ull.h | 1 -
 include/configs/tqma6.h                  | 1 -
 include/configs/verdin-imx8mm.h          | 4 ----
 include/configs/verdin-imx8mp.h          | 4 ----
 include/configs/vf610twr.h               | 1 -
 include/configs/vining_2000.h            | 1 -
 include/configs/xpress.h                 | 4 +---
 scripts/config_whitelist.txt             | 1 -
 50 files changed, 23 insertions(+), 144 deletions(-)

-- 
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 Peng Fan (OSS) [this message]
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
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-1-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.