[U-Boot] [PATCH 4/7] tegra: Always build a boot image with the same filename

Simon Glass sjg at chromium.org
Mon Jan 25 22:24:42 CET 2016


Hi Stephen,

On 25 January 2016 at 14:20, Stephen Warren <swarren at wwwdotorg.org> wrote:
> 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.

Yes, I think I was confused by the code at the top, as mentioned on
the other thread. Will await your response there and then take another
look.

Regards,
Simon


More information about the U-Boot mailing list