linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] Rebuild default configurations for some ARM boards
@ 2024-12-04 15:56 Marcus Folkesson
  2024-12-04 15:56 ` [PATCH 1/9] ARM: axm55xx_defconfig: rebuild default configuration Marcus Folkesson
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Marcus Folkesson @ 2024-12-04 15:56 UTC (permalink / raw)
  To: Russell King, Andrew Lunn, Gregory Clement, Sebastian Hesselbarth,
	Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	Bjorn Andersson, Konrad Dybcio, Dinh Nguyen
  Cc: linux-arm-kernel, linux-kernel, imx, linux-arm-msm,
	Marcus Folkesson

I was building Yocto for a davinci based board and got the following:

[INFO]: the following symbols were not found in the active configuration:
     - CONFIG_MTD_M25P80
     - CONFIG_DRM_TINYDRM

Both of these configuration options are obsolete in newer kernels.
When searching the tree for other instances of these I found a few in
other defconfig files.

This series is simply a
$ make foo_defconfig
$ make savedefconfig
$ cp defconfig arch/arm/configs/foo_defconfig

for those defconfigs that contained any of the options listed above.

Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
---
Marcus Folkesson (9):
      ARM: axm55xx_defconfig: rebuild default configuration
      ARM: davinci_all_defconfig: rebuild default configuration
      ARM: dove_defconfig: rebuild default configuration
      ARM: keystone_defconfig: rebuild default configuration
      ARM: mvebu_v5_defconfig: rebuild default configuration
      ARM: mxs_defconfig: rebuild default configuration
      ARM: pxa_defconfig: rebuild default configuration
      ARM: qcom_defconfig: rebuild default configuration
      ARM: socfpga_defconfig: rebuild default configuration

 arch/arm/configs/axm55xx_defconfig     | 30 ---------------
 arch/arm/configs/davinci_all_defconfig | 18 ---------
 arch/arm/configs/dove_defconfig        | 11 ------
 arch/arm/configs/keystone_defconfig    | 12 +-----
 arch/arm/configs/mvebu_v5_defconfig    |  8 ----
 arch/arm/configs/mxs_defconfig         | 11 ------
 arch/arm/configs/pxa_defconfig         | 69 +---------------------------------
 arch/arm/configs/qcom_defconfig        | 27 +------------
 arch/arm/configs/socfpga_defconfig     |  3 --
 9 files changed, 4 insertions(+), 185 deletions(-)
---
base-commit: 40384c840ea1944d7c5a392e8975ed088ecf0b37
change-id: 20241204-defconfigs-706a21dc5e4c

Best regards,
-- 
Marcus Folkesson <marcus.folkesson@gmail.com>



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

end of thread, other threads:[~2024-12-04 16:27 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-04 15:56 [PATCH 0/9] Rebuild default configurations for some ARM boards Marcus Folkesson
2024-12-04 15:56 ` [PATCH 1/9] ARM: axm55xx_defconfig: rebuild default configuration Marcus Folkesson
2024-12-04 15:56 ` [PATCH 2/9] ARM: davinci_all_defconfig: " Marcus Folkesson
2024-12-04 15:56 ` [PATCH 3/9] ARM: dove_defconfig: " Marcus Folkesson
2024-12-04 15:56 ` [PATCH 4/9] ARM: keystone_defconfig: " Marcus Folkesson
2024-12-04 15:56 ` [PATCH 5/9] ARM: mvebu_v5_defconfig: " Marcus Folkesson
2024-12-04 16:04   ` Andrew Lunn
2024-12-04 16:26     ` Marcus Folkesson
2024-12-04 15:56 ` [PATCH 6/9] ARM: mxs_defconfig: " Marcus Folkesson
2024-12-04 15:56 ` [PATCH 7/9] ARM: pxa_defconfig: " Marcus Folkesson
2024-12-04 15:56 ` [PATCH 8/9] ARM: qcom_defconfig: " Marcus Folkesson
2024-12-04 15:56 ` [PATCH 9/9] ARM: socfpga_defconfig: " Marcus Folkesson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).