commit | bcad3348de8decf5e7e5c73dbd3340dd1ca10321 | [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 | 4102e718ec26b5abf6cfe3aba7b2fb9e0ca2be08 [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>