Re: [PATCH v2 4/4] sunxi: specify architecture when generating SPL boot image

2021-06-20 Thread Andre Przywara
On Sat, 19 Jun 2021 17:21:11 +0800 Icenowy Zheng wrote: > As mkimage -T sunxi_egon now gains support for -A parameter, specify the > architecture when generating SPL boot image for sunxi. > > Signed-off-by: Icenowy Zheng Reviewed-by: Andre Przywara Thanks! Andre > --- > No changes in v2. >

[PATCH v2 4/4] sunxi: specify architecture when generating SPL boot image

2021-06-19 Thread Icenowy Zheng
As mkimage -T sunxi_egon now gains support for -A parameter, specify the architecture when generating SPL boot image for sunxi. Signed-off-by: Icenowy Zheng --- No changes in v2. scripts/Makefile.spl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Makefile.spl b/scri