Re: [PATCH] Makefile: Fix u-boot-nodtb.bin target

2020-11-04 Thread Pali Rohár
On Wednesday 04 November 2020 08:53:07 Patrick DELAUNAY wrote: > Hi Pali, > > > > From: Pali Rohár > > Sent: lundi 2 novembre 2020 15:16 > > > > On Monday 02 November 2020 13:25:56 Patrick DELAUNAY wrote: > > > Hi Tom and Pali, > > > > > > > From: U-Boot On Behalf Of Tom Rini > > > > Sent:

RE: [PATCH] Makefile: Fix u-boot-nodtb.bin target

2020-11-04 Thread Patrick DELAUNAY
Hi Pali, > From: Pali Rohár > Sent: lundi 2 novembre 2020 15:16 > > On Monday 02 November 2020 13:25:56 Patrick DELAUNAY wrote: > > Hi Tom and Pali, > > > > > From: U-Boot On Behalf Of Tom Rini > > > Sent: samedi 24 octobre 2020 16:52 > > > > > > On Wed, Oct 07, 2020 at 03:39:40PM +0200, Pali

Re: [PATCH] Makefile: Fix u-boot-nodtb.bin target

2020-11-02 Thread Pali Rohár
On Monday 02 November 2020 13:25:56 Patrick DELAUNAY wrote: > Hi Tom and Pali, > > > From: U-Boot On Behalf Of Tom Rini > > Sent: samedi 24 octobre 2020 16:52 > > > > On Wed, Oct 07, 2020 at 03:39:40PM +0200, Pali Rohár wrote: > > > > > This change fixes two issues when building

RE: [PATCH] Makefile: Fix u-boot-nodtb.bin target

2020-11-02 Thread Patrick DELAUNAY
Hi Tom and Pali, > From: U-Boot On Behalf Of Tom Rini > Sent: samedi 24 octobre 2020 16:52 > > On Wed, Oct 07, 2020 at 03:39:40PM +0200, Pali Rohár wrote: > > > This change fixes two issues when building u-boot-nodtb.bin target: > > > > * Remove intermediate binary u-boot-nodtb.bin from disk

Re: [PATCH] Makefile: Fix u-boot-nodtb.bin target

2020-10-24 Thread Tom Rini
On Wed, Oct 07, 2020 at 03:39:40PM +0200, Pali Rohár wrote: > This change fixes two issues when building u-boot-nodtb.bin target: > > * Remove intermediate binary u-boot-nodtb.bin from disk when static_rela > call (which modifies u-boot-nodtb.bin binary) failed. It is required > because

Re: [PATCH] Makefile: Fix u-boot-nodtb.bin target

2020-10-11 Thread Simon Glass
On Wed, 7 Oct 2020 at 07:39, Pali Rohár wrote: > > This change fixes two issues when building u-boot-nodtb.bin target: > > * Remove intermediate binary u-boot-nodtb.bin from disk when static_rela > call (which modifies u-boot-nodtb.bin binary) failed. It is required > because previous objcopy

[PATCH] Makefile: Fix u-boot-nodtb.bin target

2020-10-07 Thread Pali Rohár
This change fixes two issues when building u-boot-nodtb.bin target: * Remove intermediate binary u-boot-nodtb.bin from disk when static_rela call (which modifies u-boot-nodtb.bin binary) failed. It is required because previous objcopy call creates binary and static_rela finish it. * Do not