[PATCH] Makefile: Fix generation of flash.bin u-boot.itb with binman

2021-05-02 Thread stefano . babic
> In case binman is enabled, the u-boot.itb is generated using this tool > and there is no direct u-boot.itb target, but instead the binman tool > must be invoked. Add support for this case. > Signed-off-by: Marek Vasut > Cc: Peng Fan > Cc: Stefano Babic Applied to u-boot-imx, master, thanks !

Re: [PATCH] Makefile: Fix generation of flash.bin u-boot.itb with binman

2021-05-02 Thread Stefano Babic
Hi Marek, On 30.04.21 20:52, Simon Glass wrote: Hi Marek, On Fri, 30 Apr 2021 at 11:47, Marek Vasut wrote: On 4/30/21 8:13 PM, Simon Glass wrote: Hi, Hello Simon, On Thu, 29 Apr 2021 at 17:11, Bin Meng wrote: On Sat, Apr 24, 2021 at 8:57 PM Marek Vasut wrote: On 2/25/21 9:50 PM, M

Re: [PATCH] Makefile: Fix generation of flash.bin u-boot.itb with binman

2021-04-30 Thread Simon Glass
Hi Marek, On Fri, 30 Apr 2021 at 11:47, Marek Vasut wrote: > > On 4/30/21 8:13 PM, Simon Glass wrote: > > Hi, > > Hello Simon, > > > On Thu, 29 Apr 2021 at 17:11, Bin Meng wrote: > >> > >> On Sat, Apr 24, 2021 at 8:57 PM Marek Vasut wrote: > >>> > >>> On 2/25/21 9:50 PM, Marek Vasut wrote: > >>

Re: [PATCH] Makefile: Fix generation of flash.bin u-boot.itb with binman

2021-04-30 Thread Marek Vasut
On 4/30/21 8:13 PM, Simon Glass wrote: Hi, Hello Simon, On Thu, 29 Apr 2021 at 17:11, Bin Meng wrote: On Sat, Apr 24, 2021 at 8:57 PM Marek Vasut wrote: On 2/25/21 9:50 PM, Marek Vasut wrote: In case binman is enabled, the u-boot.itb is generated using this tool and there is no direct

Re: [PATCH] Makefile: Fix generation of flash.bin u-boot.itb with binman

2021-04-30 Thread Simon Glass
Hi, On Thu, 29 Apr 2021 at 17:11, Bin Meng wrote: > > On Sat, Apr 24, 2021 at 8:57 PM Marek Vasut wrote: > > > > On 2/25/21 9:50 PM, Marek Vasut wrote: > > > In case binman is enabled, the u-boot.itb is generated using this tool > > > and there is no direct u-boot.itb target, but instead the bin

Re: [PATCH] Makefile: Fix generation of flash.bin u-boot.itb with binman

2021-04-29 Thread Bin Meng
On Sat, Apr 24, 2021 at 8:57 PM Marek Vasut wrote: > > On 2/25/21 9:50 PM, Marek Vasut wrote: > > In case binman is enabled, the u-boot.itb is generated using this tool > > and there is no direct u-boot.itb target, but instead the binman tool > > must be invoked. Add support for this case. > > > >

Re: [PATCH] Makefile: Fix generation of flash.bin u-boot.itb with binman

2021-04-24 Thread Marek Vasut
On 2/25/21 9:50 PM, Marek Vasut wrote: In case binman is enabled, the u-boot.itb is generated using this tool and there is no direct u-boot.itb target, but instead the binman tool must be invoked. Add support for this case. Signed-off-by: Marek Vasut Cc: Peng Fan Cc: Stefano Babic This bugf

[PATCH] Makefile: Fix generation of flash.bin u-boot.itb with binman

2021-02-25 Thread Marek Vasut
In case binman is enabled, the u-boot.itb is generated using this tool and there is no direct u-boot.itb target, but instead the binman tool must be invoked. Add support for this case. Signed-off-by: Marek Vasut Cc: Peng Fan Cc: Stefano Babic --- Makefile | 6 ++ 1 file changed, 6 insertio