
Hi Stephen,
On 14 November 2017 at 13:23, Stephen Warren swarren@wwwdotorg.org wrote:
On 11/13/2017 06:55 PM, Simon Glass wrote:
Update tegra to use binman for image creation. This still includes the current Makefile logic, but a later patch will remove this. Three output files are created, all of which combine SPL and U-Boot:
u-boot-tegra.bin - standard image u-boot-dtb-tegra.bin - same as u-boot-tegra.bin u-boot-nodtb - includes U-Boot without the appended device
tree
I assume that last file is u-boot-nodtb-tegra.bin?
Yes that is correct, will fix.
If this series doesn't change the set of binaries produced by the build system (add/drop/rename), then I'm fine with it.
It should not change this.
For the record, I know of tools that use the following files, at least:
u-boot (ELF) u-boot.bin u-boot.dtb u-boot-dtb.bin u-boot-nodtb-tegra.bin u-boot-dtb-tegra.bin
OK, then I suppose we need them all. I was hoping to drop one of the special tegra ones, but it seems like they are all used.
Regards, Simon