From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: distrokit@pengutronix.de
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [DistroKit] [PATCH v2 2/6] v8a: barebox: disable unnecessary commands
Date: Fri, 12 Jan 2024 18:05:25 +0100 [thread overview]
Message-ID: <20240112170529.1970537-2-a.fatoum@pengutronix.de> (raw)
In-Reply-To: <20240112170529.1970537-1-a.fatoum@pengutronix.de>
- We don't boot uImages anymore
- We can reinstate the default environment using saveenv -z
- We have a TFTP file system and don't need an extra tftp command
- PSCI communication can be tested with reset -r psci and doesn't
need a dedicated command
Therefore disable all this commands, as replacements for their functionality
are already enabled.
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
v1 -> v2:
- no change
---
configs/platform-v8a/barebox.config | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/configs/platform-v8a/barebox.config b/configs/platform-v8a/barebox.config
index ce1ae5a1dea7..a6ac7e8fc687 100644
--- a/configs/platform-v8a/barebox.config
+++ b/configs/platform-v8a/barebox.config
@@ -326,7 +326,7 @@ CONFIG_CMD_GO=y
# CONFIG_CMD_LOADS is not set
# CONFIG_CMD_LOADY is not set
CONFIG_CMD_RESET=y
-CONFIG_CMD_UIMAGE=y
+# CONFIG_CMD_UIMAGE is not set
CONFIG_CMD_BOOTCHOOSER=y
# end of Boot
@@ -344,7 +344,7 @@ CONFIG_CMD_UMOUNT=y
#
CONFIG_CMD_NV=y
CONFIG_CMD_EXPORT=y
-CONFIG_CMD_DEFAULTENV=y
+# CONFIG_CMD_DEFAULTENV is not set
CONFIG_CMD_GLOBAL=y
CONFIG_CMD_LOADENV=y
CONFIG_CMD_PRINTENV=y
@@ -403,7 +403,7 @@ CONFIG_CMD_HOST=y
CONFIG_NET_CMD_IFUP=y
CONFIG_CMD_MIITOOL=y
CONFIG_CMD_PING=y
-CONFIG_CMD_TFTP=y
+# CONFIG_CMD_TFTP is not set
CONFIG_CMD_IP_ROUTE_GET=y
# CONFIG_CMD_ETHLOG is not set
# end of Network
@@ -450,7 +450,7 @@ CONFIG_CMD_HWMON=y
CONFIG_CMD_I2C=y
CONFIG_CMD_LED=y
CONFIG_CMD_POWEROFF=y
-CONFIG_CMD_SMC=y
+# CONFIG_CMD_SMC is not set
CONFIG_CMD_SPI=y
CONFIG_CMD_LED_TRIGGER=y
CONFIG_CMD_USB=y
--
2.39.2
next prev parent reply other threads:[~2024-01-12 17:05 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-12 17:05 [DistroKit] [PATCH v2 1/6] v8a: barebox: disable RATP support Ahmad Fatoum
2024-01-12 17:05 ` Ahmad Fatoum [this message]
2024-01-12 17:05 ` [DistroKit] [PATCH v2 3/6] v8a: barebox: disable RAVE SP coprocessor support Ahmad Fatoum
2024-01-12 17:05 ` [DistroKit] [PATCH v2 4/6] v8a: barebox: version bump v2023.09.0 -> v2023.12.0 Ahmad Fatoum
2024-01-12 17:05 ` [DistroKit] [PATCH v2 5/6] v7a: update barebox to " Ahmad Fatoum
2024-01-12 17:05 ` [DistroKit] [PATCH v2 6/6] v8a: barebox: enable support for booting FIT images Ahmad Fatoum
2024-01-23 9:35 ` Roland Hieber
2024-01-26 16:42 ` [DistroKit] [PATCH v2 1/6] v8a: barebox: disable RATP support Robert Schwebel
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=20240112170529.1970537-2-a.fatoum@pengutronix.de \
--to=a.fatoum@pengutronix.de \
--cc=distrokit@pengutronix.de \
/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