From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Sat, 16 Nov 2013 09:16:13 -0700 Subject: [U-Boot] [PATCH V2] imx: Define common routines to set cpu and board environment variables In-Reply-To: References: <1384391809-9339-1-git-send-email-eric.nelson@boundarydevices.com> <201311142222.09785.marex@denx.de> <528542BE.8010703@boundarydevices.com> Message-ID: <52879A4D.6000201@boundarydevices.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 11/16/2013 07:03 AM, Fabio Estevam wrote: > Hi Eric, > > On Thu, Nov 14, 2013 at 7:38 PM, Eric Nelson > wrote: > >> I'm just hoping to get a trivial amount of machinery so a boot >> script can figure out which of a set of DTBs to load: >> >> imx6q-nitrogen6x.dtb, >> imx6dl-nitrogen6x.dtb, or >> imx6s-nitrogen6x.dtb > > imx6dl-nitrogen6x.dtb should cover both dl and solo variants, so no > need for a imx6s-nitrogen6x.dtb version. > Thanks Fabio.