From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 31 May 2012 11:00:23 -0600 Subject: [U-Boot] [PATCH V3 1/2] Add env vars describing U-Boot target board In-Reply-To: <1337714515-6575-1-git-send-email-swarren@wwwdotorg.org> References: <1337714515-6575-1-git-send-email-swarren@wwwdotorg.org> Message-ID: <4FC7A3A7.6020008@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/22/2012 01:21 PM, Stephen Warren wrote: > From: Stephen Warren > > This can be useful for generic scripts. For example, rather than hard- > coding a script to ext2load tegra-harmony.dtb, it could load > ${soc}-${board}.dtb and hence not need adjustments to run on multiple > boards. Wolfgang, does this latest version look reasonable to you? If so, it'd be awesome if you could Ack it, so Tom knows it's OK to apply the series to the Tegra tree. Thanks.