Re: [PATCH 1/2] Makefile: Fix dependency for u-boot-with-dtb.bin

2022-09-07 Thread Pali Rohár
+ Peng Fan On Monday 01 August 2022 17:42:19 Pali Rohár wrote: > Makefile uses binman to produce u-boot-with-dtb.bin target. As its input it > takes DTB file and u-boot binary without DTB, which is stored in file > u-boot-nodtb.bin. So fix target dependency. > > Signed-off-by: Pali Rohár > --- >

Re: [PATCH 1/2] Makefile: Fix dependency for u-boot-with-dtb.bin

2022-08-31 Thread Tom Rini
On Wed, Aug 31, 2022 at 02:03:06PM +0200, Pali Rohár wrote: > On Monday 01 August 2022 17:42:19 Pali Rohár wrote: > > Makefile uses binman to produce u-boot-with-dtb.bin target. As its input it > > takes DTB file and u-boot binary without DTB, which is stored in file > > u-boot-nodtb.bin. So fix ta

Re: [PATCH 1/2] Makefile: Fix dependency for u-boot-with-dtb.bin

2022-08-31 Thread Pali Rohár
On Monday 01 August 2022 17:42:19 Pali Rohár wrote: > Makefile uses binman to produce u-boot-with-dtb.bin target. As its input it > takes DTB file and u-boot binary without DTB, which is stored in file > u-boot-nodtb.bin. So fix target dependency. > > Signed-off-by: Pali Rohár > --- > Makefile |

Re: [PATCH 1/2] Makefile: Fix dependency for u-boot-with-dtb.bin

2022-08-01 Thread Simon Glass
On Mon, 1 Aug 2022 at 09:43, Pali Rohár wrote: > > Makefile uses binman to produce u-boot-with-dtb.bin target. As its input it > takes DTB file and u-boot binary without DTB, which is stored in file > u-boot-nodtb.bin. So fix target dependency. > > Signed-off-by: Pali Rohár > --- > Makefile | 2

Re: [PATCH 1/2] Makefile: Fix dependency for u-boot-with-dtb.bin

2022-08-01 Thread Tom Rini
On Mon, Aug 01, 2022 at 05:42:19PM +0200, Pali Rohár wrote: > Makefile uses binman to produce u-boot-with-dtb.bin target. As its input it > takes DTB file and u-boot binary without DTB, which is stored in file > u-boot-nodtb.bin. So fix target dependency. > > Signed-off-by: Pali Rohár Reviewed-

[PATCH 1/2] Makefile: Fix dependency for u-boot-with-dtb.bin

2022-08-01 Thread Pali Rohár
Makefile uses binman to produce u-boot-with-dtb.bin target. As its input it takes DTB file and u-boot binary without DTB, which is stored in file u-boot-nodtb.bin. So fix target dependency. Signed-off-by: Pali Rohár --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a