From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 07 Apr 2026 19:48:35 +0200 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 1wAAXT-009e7L-2O for lore@lore.pengutronix.de; Tue, 07 Apr 2026 19:48:35 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wAAXT-0005RL-CF; Tue, 07 Apr 2026 19:48:35 +0200 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 1wAAXR-0005R5-9b; Tue, 07 Apr 2026 19:48:33 +0200 Received: from pty.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::c5]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wAAXR-004DeR-0M; Tue, 07 Apr 2026 19:48:33 +0200 Received: from rsc by pty.whiteo.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1wAAXR-0000000D3gy-05Ld; Tue, 07 Apr 2026 19:48:33 +0200 Date: Tue, 7 Apr 2026 19:48:32 +0200 From: Robert Schwebel To: Ahmad Fatoum Message-ID: References: <20260407174350.403594-1-a.fatoum@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260407174350.403594-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 Subject: Re: [DistroKit] [PATCH] fixup! barebox: enable CONFIG_BOOTM_OFTREE_FALLBACK everywhere 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 fixed up ... On Tue, Apr 07, 2026 at 07:43:45PM +0200, Ahmad Fatoum wrote: > If we change the base config, we of course need to adapt the hashes as > well... > > Signed-off-by: Ahmad Fatoum > --- > configs/platform-v7a/barebox-at91.config.diff | 4 ++-- > configs/platform-v7a_noneon/barebox-at91.config.diff | 4 ++-- > configs/platform-v7a_noneon/barebox-vexpress.config.diff | 4 ++-- > 3 files changed, 6 insertions(+), 6 deletions(-) > > diff --git a/configs/platform-v7a/barebox-at91.config.diff b/configs/platform-v7a/barebox-at91.config.diff > index fac29b8fcc74..8e08e33b4674 100644 > --- a/configs/platform-v7a/barebox-at91.config.diff > +++ b/configs/platform-v7a/barebox-at91.config.diff > @@ -1,5 +1,5 @@ > -614f39ab691502bbcc5f3eeac2cb08fa > -40f35148cc5d6688abab5736d17a9363 > +b56c213696924bdff8716005455f06d7 > +f83d11a48ff70be2155b4b8a1658eb3f > CONFIG_ARCH_AT91=y > # CONFIG_ARCH_BCM283X is not set > # CONFIG_ARCH_IMX is undefined > diff --git a/configs/platform-v7a_noneon/barebox-at91.config.diff b/configs/platform-v7a_noneon/barebox-at91.config.diff > index a081421323b1..7374e436f003 100644 > --- a/configs/platform-v7a_noneon/barebox-at91.config.diff > +++ b/configs/platform-v7a_noneon/barebox-at91.config.diff > @@ -1,5 +1,5 @@ > -604a2ddf6c4f2e6a0a8c0f2b5386e3a0 > -6050ffe6406fe7e870f952f5c9b5ba7d > +2c254952b1fbeb1e3928b78fd1cfd842 > +34f3c8633288e05b42986a33eaeefffc > CONFIG_ARCH_AT91=y > # CONFIG_ARCH_BCM283X is not set > # CONFIG_ARCH_IMX is undefined > diff --git a/configs/platform-v7a_noneon/barebox-vexpress.config.diff b/configs/platform-v7a_noneon/barebox-vexpress.config.diff > index ce797731573c..e808c76d58f0 100644 > --- a/configs/platform-v7a_noneon/barebox-vexpress.config.diff > +++ b/configs/platform-v7a_noneon/barebox-vexpress.config.diff > @@ -1,5 +1,5 @@ > -604a2ddf6c4f2e6a0a8c0f2b5386e3a0 > -1623a1aea631ce5f00b3647e7e40902c > +2c254952b1fbeb1e3928b78fd1cfd842 > +9a71682c1b2af4a4149a263923666b3b > CONFIG_AMBA_SP804=y > # CONFIG_ARCH_BCM283X is not set > CONFIG_ARCH_VEXPRESS=y > -- > 2.47.3 > > > -- 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 |