Re: [PATCH v3 3/8] rockchip: remove binman temporary files when cleaning

2022-08-01 Thread Simon Glass
Hi Johan, On Mon, 1 Aug 2022 at 12:59, Johan Jonker wrote: > > Hi Quentin, > > Beside removing the "real" annoyance is that these files popup when adding > with "git add ." and are blocking branch changing with "git branch ...". > Maybe add to ".gitignore" as well or delete immediately. What's t

Re: [PATCH v3 3/8] rockchip: remove binman temporary files when cleaning

2022-08-01 Thread Johan Jonker
Hi Quentin, Beside removing the "real" annoyance is that these files popup when adding with "git add ." and are blocking branch changing with "git branch ...". Maybe add to ".gitignore" as well or delete immediately. What's the use to keep them around? Johan On 8/1/22 18:06, Quentin Schulz wro

[PATCH v3 3/8] rockchip: remove binman temporary files when cleaning

2022-08-01 Thread Quentin Schulz
From: Quentin Schulz Binman mkimage entry generates temporary files so let's remove them when calling `make clean`. Fixes: 9b312e26fc77 ("rockchip: Enable building a SPI ROM image on jerry") Cc: Quentin Schulz Reported-by: Johan Jonker Signed-off-by: Quentin Schulz --- added in v3 Makefile