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

2016-01-25 Thread Simon Glass
Hi Stephen, On 25 January 2016 at 14:20, Stephen Warren 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

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

2016-01-25 Thread Stephen Warren
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

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

2016-01-25 Thread Simon Glass
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. Signed-off-by: Simon Glass --- Makefile | 12 +--- 1 file changed, 5 insertions(+), 7 de