DistroKit Mailinglist
 help / color / mirror / Atom feed
* [DistroKit] [PATCH v2 1/6] v8a: barebox: disable RATP support
@ 2024-01-12 17:05 Ahmad Fatoum
  2024-01-12 17:05 ` [DistroKit] [PATCH v2 2/6] v8a: barebox: disable unnecessary commands Ahmad Fatoum
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Ahmad Fatoum @ 2024-01-12 17:05 UTC (permalink / raw)
  To: distrokit; +Cc: Ahmad Fatoum

barebox supports Ethernet and USB OTG in host and device mode on the
Rockchip and i.MX boards, so there's little use if any for RATP.

Disable it and reclaim the space.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
v1 -> v2:
  - no change
---
 configs/platform-v8a/barebox.config | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/configs/platform-v8a/barebox.config b/configs/platform-v8a/barebox.config
index e1f3a2bf39b9..ce1ae5a1dea7 100644
--- a/configs/platform-v8a/barebox.config
+++ b/configs/platform-v8a/barebox.config
@@ -211,9 +211,7 @@ CONFIG_CONSOLE_ACTIVATE_NONE=y
 CONFIG_CONSOLE_ALLOW_COLOR=y
 # CONFIG_CONSOLE_DISABLE_INPUT is not set
 CONFIG_PBL_CONSOLE=y
-CONFIG_CONSOLE_RATP=y
-# CONFIG_RATP_CMD_I2C is not set
-# CONFIG_RATP_CMD_GPIO is not set
+# CONFIG_CONSOLE_RATP is not set
 CONFIG_PARTITION=y
 CONFIG_PARTITION_DISK=y
 CONFIG_PARTITION_DISK_DOS=y
@@ -1011,7 +1009,6 @@ CONFIG_FS_FAT_LFN=y
 #
 # ZSTD support disabled
 #
-CONFIG_FS_RATP=y
 # end of Filesystem support
 
 #
@@ -1031,7 +1028,7 @@ CONFIG_LZO_DECOMPRESS=y
 CONFIG_FNMATCH=y
 CONFIG_QSORT=y
 CONFIG_IMAGE_SPARSE=y
-CONFIG_RATP=y
+# CONFIG_RATP is not set
 # CONFIG_ALLOW_PRNG_FALLBACK is not set
 CONFIG_CRC_CCITT=y
 # CONFIG_CRC8 is not set
@@ -1053,7 +1050,6 @@ CONFIG_ARCH_HAS_ZERO_PAGE=y
 # Crypto support
 #
 CONFIG_CRC32=y
-CONFIG_CRC_ITU_T=y
 CONFIG_DIGEST=y
 CONFIG_HAVE_DIGEST_MD5=y
 CONFIG_HAVE_DIGEST_SHA1=y
-- 
2.39.2




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

end of thread, other threads:[~2024-01-26 16:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-12 17:05 [DistroKit] [PATCH v2 1/6] v8a: barebox: disable RATP support Ahmad Fatoum
2024-01-12 17:05 ` [DistroKit] [PATCH v2 2/6] v8a: barebox: disable unnecessary commands Ahmad Fatoum
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox