All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] configs: clean up SDHC marco and MMCROOT
@ 2022-04-08  3:25 Peng Fan (OSS)
  2022-04-08  3:25 ` [PATCH 01/13] configs: imx8mm_evk: drop unused SDHC macro Peng Fan (OSS)
                   ` (13 more replies)
  0 siblings, 14 replies; 17+ messages in thread
From: Peng Fan (OSS) @ 2022-04-08  3:25 UTC (permalink / raw)
  To: marcel.ziswiler, hs, agust, oliver.graute, uri.mashiach, nikita,
	ageisreiter, cniedermaier, paul.liu, aford173, tharvey, iliev,
	festevam, marcofrk, alifer.wsdm, heiko.thiery, m.niestroj,
	alison.wang, open-source, sbabic, trini
  Cc: u-boot, u-boot, Peng Fan

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


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2022-04-12 11:26 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
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

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.