From: Marcus Folkesson <marcus.folkesson@gmail.com>
To: Russell King <linux@armlinux.org.uk>,
Andrew Lunn <andrew@lunn.ch>,
Gregory Clement <gregory.clement@bootlin.com>,
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
Shawn Guo <shawnguo@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Fabio Estevam <festevam@gmail.com>,
Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konradybcio@kernel.org>,
Dinh Nguyen <dinguyen@kernel.org>
Cc: linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, imx@lists.linux.dev,
linux-arm-msm@vger.kernel.org,
Marcus Folkesson <marcus.folkesson@gmail.com>
Subject: [PATCH 0/9] Rebuild default configurations for some ARM boards
Date: Wed, 04 Dec 2024 16:56:42 +0100 [thread overview]
Message-ID: <20241204-defconfigs-v1-0-86587652d37a@gmail.com> (raw)
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>
next reply other threads:[~2024-12-04 15:57 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-04 15:56 Marcus Folkesson [this message]
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
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=20241204-defconfigs-v1-0-86587652d37a@gmail.com \
--to=marcus.folkesson@gmail.com \
--cc=andersson@kernel.org \
--cc=andrew@lunn.ch \
--cc=dinguyen@kernel.org \
--cc=festevam@gmail.com \
--cc=gregory.clement@bootlin.com \
--cc=imx@lists.linux.dev \
--cc=kernel@pengutronix.de \
--cc=konradybcio@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=s.hauer@pengutronix.de \
--cc=sebastian.hesselbarth@gmail.com \
--cc=shawnguo@kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox