commit | a9d78260a8693f5dcfc6a3b61175467c76c273b4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 31 18:10:52 2016 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Feb 01 20:55:43 2016 -0500 |
tree | f8bf1a174f65045b7ba363ea64305a51d5146736 | |
parent | 03c25bcd263a47322294654b5e97f360f666ef17 [diff] |
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>