From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 14 May 2012 23:08:05 -0600 Subject: [U-Boot] [PATCH 7/9] tegra: add u-boot.t2 target In-Reply-To: <1336633347-8049-8-git-send-email-amartin@nvidia.com> References: <1336633347-8049-1-git-send-email-amartin@nvidia.com> <1336633347-8049-8-git-send-email-amartin@nvidia.com> Message-ID: <4FB1E4B5.3020002@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/10/2012 01:02 AM, Allen Martin wrote: > Add target for tegra2 u-boot image. This is a concatenation of tegra > spl and normal u-boot binaries. > diff --git a/Makefile b/Makefile > +$(obj)u-boot.t2: $(obj)spl/u-boot-spl.bin $(obj)u-boot-dtb.bin Hmmm. Only some boards boot using DT, so that second file is sometimes just u-boot.bin. Is there any way we can make this handle both cases? Perhaps we just need to convert all Tegra boards to DT to solve this.