Re: [PATCH 01/31] Makefile: Correct TPL rule for OF_REAL

2021-11-13 Thread Simon Glass
Hi Simon, As I expect this series to go through some versions before we agree on something and this seems like a pure bugfix can you split it of as a single patch? On Mon, 1 Nov 2021 at 03:19, Simon Glass wrote: > > Correct an error in the tpl-dtb parameter to binman. At present the TPL > rule

Re: [PATCH 01/31] Makefile: Correct TPL rule for OF_REAL

2021-11-01 Thread Ilias Apalodimas
Hi Simon, As I expect this series to go through some versions before we agree on something and this seems like a pure bugfix can you split it of as a single patch? On Mon, 1 Nov 2021 at 03:19, Simon Glass wrote: > > Correct an error in the tpl-dtb parameter to binman. At present the TPL > rule

[PATCH 01/31] Makefile: Correct TPL rule for OF_REAL

2021-10-31 Thread Simon Glass
Correct an error in the tpl-dtb parameter to binman. At present the TPL rule follows SPL but this is not correct, if TPL uses of-platdata, for example. Fixes: f99cbe4e867 ("fdt: Update Makefile rules with the new OF_REAL Kconfig") Signed-off-by: Simon Glass --- Makefile | 2 +- 1 file changed,