From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 07 Apr 2026 15:43:29 +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 1wA6iH-009Zzr-1l for lore@lore.pengutronix.de; Tue, 07 Apr 2026 15:43:29 +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 1wA6iH-0007jh-5B; Tue, 07 Apr 2026 15:43:29 +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 1wA6iF-0007jR-Se; Tue, 07 Apr 2026 15:43:27 +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 1wA6iF-004Bz7-2H; Tue, 07 Apr 2026 15:43:27 +0200 Received: from rsc by pty.whiteo.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1wA6iF-0000000D1Gi-2ZZF; Tue, 07 Apr 2026 15:43:27 +0200 Date: Tue, 7 Apr 2026 15:43:27 +0200 From: Robert Schwebel To: Ahmad Fatoum Message-ID: References: <20260407133800.2746328-1-a.fatoum@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260407133800.2746328-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 1/2] 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 Series applied to next... On Tue, Apr 07, 2026 at 03:37:54PM +0200, Ahmad Fatoum wrote: > To quote configs/bsp.ref: > > | barebox will substitute its own device tree when no kernel device > | tree was supplied. This is useful for development, but not recommended > | for use in production as DT binding breakage is not an infrequent > | occurrence. > | > | We take care in DistroKit though to specify the DT when we specify > | a kernel, so enable this option as it's occasionally helpful for quick > > This rationale applies to all boards we have that use DT, so enable > CONFIG_BOOTM_OFTREE_FALLBACK everywhere. > > Signed-off-by: Ahmad Fatoum > --- > configs/platform-v7a/barebox-at91.config | 2 +- > configs/platform-v7a/barebox-common.config | 2 +- > configs/platform-v7a_noneon/barebox-at91.config | 2 +- > configs/platform-v7a_noneon/barebox-common.config | 2 +- > configs/platform-v7a_noneon/barebox-vexpress.config | 2 +- > 5 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/configs/platform-v7a/barebox-at91.config b/configs/platform-v7a/barebox-at91.config > index 2aac4d007cd0..ed423655640c 100644 > --- a/configs/platform-v7a/barebox-at91.config > +++ b/configs/platform-v7a/barebox-at91.config > @@ -210,7 +210,7 @@ CONFIG_BOOTM_SHOW_TYPE=y > CONFIG_BOOTM_VERBOSE=y > CONFIG_BOOTM_INITRD=y > CONFIG_BOOTM_OFTREE=y > -# CONFIG_BOOTM_OFTREE_FALLBACK is not set > +CONFIG_BOOTM_OFTREE_FALLBACK=y > CONFIG_BOOTM_UIMAGE=y > CONFIG_BOOTM_OFTREE_UIMAGE=y > # CONFIG_BOOTM_AIMAGE is not set > diff --git a/configs/platform-v7a/barebox-common.config b/configs/platform-v7a/barebox-common.config > index 328ca48009b8..0be80cb6d650 100644 > --- a/configs/platform-v7a/barebox-common.config > +++ b/configs/platform-v7a/barebox-common.config > @@ -195,7 +195,7 @@ CONFIG_BOOTM_SHOW_TYPE=y > CONFIG_BOOTM_VERBOSE=y > CONFIG_BOOTM_INITRD=y > CONFIG_BOOTM_OFTREE=y > -# CONFIG_BOOTM_OFTREE_FALLBACK is not set > +CONFIG_BOOTM_OFTREE_FALLBACK=y > CONFIG_BOOTM_UIMAGE=y > # CONFIG_BOOTM_OFTREE_UIMAGE is not set > # CONFIG_BOOTM_AIMAGE is not set > diff --git a/configs/platform-v7a_noneon/barebox-at91.config b/configs/platform-v7a_noneon/barebox-at91.config > index 9554d5d53a42..f8f1da88f1e5 100644 > --- a/configs/platform-v7a_noneon/barebox-at91.config > +++ b/configs/platform-v7a_noneon/barebox-at91.config > @@ -199,7 +199,7 @@ CONFIG_BOOTM_SHOW_TYPE=y > # CONFIG_BOOTM_VERBOSE is not set > CONFIG_BOOTM_INITRD=y > CONFIG_BOOTM_OFTREE=y > -# CONFIG_BOOTM_OFTREE_FALLBACK is not set > +CONFIG_BOOTM_OFTREE_FALLBACK=y > # CONFIG_BOOTM_UIMAGE is not set > # CONFIG_BOOTM_AIMAGE is not set > CONFIG_ELF=y > diff --git a/configs/platform-v7a_noneon/barebox-common.config b/configs/platform-v7a_noneon/barebox-common.config > index 63ff1f02b404..0d7cc1d8992a 100644 > --- a/configs/platform-v7a_noneon/barebox-common.config > +++ b/configs/platform-v7a_noneon/barebox-common.config > @@ -193,7 +193,7 @@ CONFIG_BOOTM_SHOW_TYPE=y > CONFIG_BOOTM_VERBOSE=y > CONFIG_BOOTM_INITRD=y > CONFIG_BOOTM_OFTREE=y > -# CONFIG_BOOTM_OFTREE_FALLBACK is not set > +CONFIG_BOOTM_OFTREE_FALLBACK=y > # CONFIG_BOOTM_UIMAGE is not set > # CONFIG_BOOTM_AIMAGE is not set > CONFIG_ELF=y > diff --git a/configs/platform-v7a_noneon/barebox-vexpress.config b/configs/platform-v7a_noneon/barebox-vexpress.config > index b0a5dbddee7f..05c239214e96 100644 > --- a/configs/platform-v7a_noneon/barebox-vexpress.config > +++ b/configs/platform-v7a_noneon/barebox-vexpress.config > @@ -179,7 +179,7 @@ CONFIG_BOOTM_SHOW_TYPE=y > CONFIG_BOOTM_VERBOSE=y > CONFIG_BOOTM_INITRD=y > CONFIG_BOOTM_OFTREE=y > -# CONFIG_BOOTM_OFTREE_FALLBACK is not set > +CONFIG_BOOTM_OFTREE_FALLBACK=y > # CONFIG_BOOTM_UIMAGE is not set > # CONFIG_BOOTM_AIMAGE is not set > CONFIG_ELF=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 |