From mboxrd@z Thu Jan 1 00:00:00 1970 From: Curt Brune Date: Mon, 07 Jan 2013 14:21:00 -0800 Subject: [U-Boot] Selecting from multiple device trees at runtime In-Reply-To: <20130107201240.52C9120DA7E@gemini.denx.de> References: <50EB0D92.2020707@cumulusnetworks.com> <20130107201240.52C9120DA7E@gemini.denx.de> Message-ID: <50EB4A4C.9050201@cumulusnetworks.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01/07/2013 12:12 PM, Wolfgang Denk wrote: > Dear Curt Brune, > > In message <50EB0D92.2020707@cumulusnetworks.com> you wrote: >> >> What I would love is to have a single multi-file uImage I could use on >> all my platforms. The idea is to introduce a new image type that is a >> list of device tree blobs. > > In addition to the file system based approach suggested by Stephen, > you should have a look into using FIT images (see doc/uImage.FIT/ ). > One of the reasons for creating these was to deal with situations > exactly as you describe... I think that will work perfectly. Thank you for the suggestion. Cheers, Curt