Re: [PATCH v2 29/49] tegra: Drop the unused non-binman code

2020-06-17 Thread Stephen Warren
On 6/16/20 7:44 AM, Simon Glass wrote: > Hi Stephen, > > On Mon, 15 Jun 2020 at 16:03, Stephen Warren wrote: >> >> On 6/13/20 8:57 PM, Simon Glass wrote: >>> This has been in the Makefile long enough to ensure migration is complete. >>> Drop it. >> >>> diff --git a/Makefile b/Makefile >> >>>

Re: [PATCH v2 29/49] tegra: Drop the unused non-binman code

2020-06-16 Thread Simon Glass
Hi Stephen, On Mon, 15 Jun 2020 at 16:03, Stephen Warren wrote: > > On 6/13/20 8:57 PM, Simon Glass wrote: > > This has been in the Makefile long enough to ensure migration is complete. > > Drop it. > > > diff --git a/Makefile b/Makefile > > > -OBJCOPYFLAGS_u-boot-nodtb-tegra.bin = -O binary >

Re: [PATCH v2 29/49] tegra: Drop the unused non-binman code

2020-06-15 Thread Stephen Warren
On 6/13/20 8:57 PM, Simon Glass wrote: > This has been in the Makefile long enough to ensure migration is complete. > Drop it. > diff --git a/Makefile b/Makefile > -OBJCOPYFLAGS_u-boot-nodtb-tegra.bin = -O binary > --pad-to=$(CONFIG_SYS_TEXT_BASE) > -u-boot-nodtb-tegra.bin: spl/u-boot-spl

[PATCH v2 29/49] tegra: Drop the unused non-binman code

2020-06-13 Thread Simon Glass
This has been in the Makefile long enough to ensure migration is complete. Drop it. Signed-off-by: Simon Glass --- (no changes since v1) Makefile | 16 +--- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/Makefile b/Makefile index 07c237120d..fa5f556fb9 100644 ---