[U-Boot] [PATCH 4/7] tegra: Always build a boot image with the same filename
Stephen Warren
swarren at wwwdotorg.org
Mon Jan 25 22:20:15 CET 2016
On 01/25/2016 01:30 PM, Simon Glass wrote:
> Adjust the Makefile to build u-boot-tegra.bin which contains a device tree
> if OF_CONTROL is enabled, and does not if not. This mirrors U-Boot's new
> approach of using u-boot.bin to handle both cases.
For Tegra, we need:
u-boot-nodtb-tegra.bin
Required always.
This never includes a DTB.
u-boot-dtb-tegra.bin
Required if OF_CONTROL is enabled (which these days is always).
This always includes a DTB.
I believe this change violates those requirements since it makes both
u-boot-nodtb-tegra.bin and u-boot-dtb-tegra.bin identical to
u-boot-tegra.bin, and hence always include a DTB in practice.
More information about the U-Boot
mailing list