Re: [PATCH v2 04/18] Makefile: Use common args for dtoc

2020-12-28 Thread Simon Glass
At present the dtoc commmand line is repeated twice in the Makefile. Use a variable to avoid this, so it is easier to add more conditional arguments. Signed-off-by: Simon Glass --- (no changes since v1) scripts/Makefile.spl | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) Applied

[PATCH v2 04/18] Makefile: Use common args for dtoc

2020-12-22 Thread Simon Glass
At present the dtoc commmand line is repeated twice in the Makefile. Use a variable to avoid this, so it is easier to add more conditional arguments. Signed-off-by: Simon Glass --- (no changes since v1) scripts/Makefile.spl | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --g