]> git.ipfire.org Git - people/ms/u-boot.git/commit - Makefile
tegra: Always build a boot image with the same filename
authorSimon Glass <sjg@chromium.org>
Mon, 1 Feb 2016 01:10:52 +0000 (18:10 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 2 Feb 2016 01:55:43 +0000 (20:55 -0500)
commita9d78260a8693f5dcfc6a3b61175467c76c273b4
treef8bf1a174f65045b7ba363ea64305a51d5146736
parent03c25bcd263a47322294654b5e97f360f666ef17
tegra: Always build a boot image with the same filename

Adjust the Makefile to build u-boot-tegra.bin which contains a device tree
if OF_SEPARATE is enabled, and does not if not. This mirrors U-Boot's new
approach of using u-boot.bin to handle both cases.

Tested-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
Makefile