From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 26 Jan 2024 17:42:18 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1rTPHV-004hE3-16 for lore@lore.pengutronix.de; Fri, 26 Jan 2024 17:42:18 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1rTPHW-0001Nv-1X; Fri, 26 Jan 2024 17:42:18 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rTPHQ-0001NU-SX; Fri, 26 Jan 2024 17:42:12 +0100 Received: from [2a0a:edc0:2:b01:1d::c0] (helo=ptx.whiteo.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rTPHQ-002Y9g-GG; Fri, 26 Jan 2024 17:42:12 +0100 Received: from rsc by ptx.whiteo.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1rTPHQ-001yQT-Dy; Fri, 26 Jan 2024 17:42:12 +0100 Date: Fri, 26 Jan 2024 17:42:12 +0100 From: Robert Schwebel To: Ahmad Fatoum Message-ID: <20240126164212.GX176585@pengutronix.de> References: <20240112170529.1970537-1-a.fatoum@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240112170529.1970537-1-a.fatoum@pengutronix.de> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-Accept-Language: de,en X-Accept-Content-Type: text/plain User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [DistroKit] [PATCH v2 1/6] v8a: barebox: disable RATP support X-BeenThere: distrokit@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: distrokit@pengutronix.de Sender: "DistroKit" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: distrokit-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Applied series to next. On Fri, Jan 12, 2024 at 06:05:24PM +0100, Ahmad Fatoum wrote: > 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 > --- > 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 > > > -- Pengutronix e.K. | Dipl.-Ing. Robert Schwebel | Steuerwalder Str. 21 | https://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 |