From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kQPUB-0002yu-C6 for barebox@lists.infradead.org; Thu, 08 Oct 2020 06:33:08 +0000 Date: Thu, 8 Oct 2020 08:33:04 +0200 From: Sascha Hauer Message-ID: <20201008063304.GE12463@pengutronix.de> References: <20201005082835.11413-1-a.fatoum@pengutronix.de> <20201005082835.11413-2-a.fatoum@pengutronix.de> <20201007081433.GM11648@pengutronix.de> <0d676783-a0ec-2725-c497-3319103e0f14@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <0d676783-a0ec-2725-c497-3319103e0f14@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH 2/2] sandbox: compile in a fallback device tree To: Ahmad Fatoum Cc: barebox@lists.infradead.org On Wed, Oct 07, 2020 at 07:22:58PM +0200, Ahmad Fatoum wrote: > Hello Sascha, > > On 10/7/20 10:14 AM, Sascha Hauer wrote: > > On Mon, Oct 05, 2020 at 10:28:35AM +0200, Ahmad Fatoum wrote: > >> + root = of_unflatten_dtb(dtb); > >> > >> if (IS_ERR(root)) > >> return PTR_ERR(root); > > > > This is a nice change as it allows us to use the newly created > > barebox_register_fdt() for sandbox as well. I squashed this into this > > patch. > > Patch 01/02 didn't wasn't it upstream. This is required for building > sandbox on x86 now. Can you order it before the 2nd patch? Just did that. Sascha -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox