Re: [RFC PATCH 1/4] mkimage: add a flag to describe whether -A is specified

2021-06-26 Thread Simon Glass
Hi Icenowy, On Thu, 17 Jun 2021 at 12:47, Icenowy Zheng wrote: > > The sunxi_egon type used to take no -A argument (because we assume sunxi > targets are all ARM). However, as Allwinner D1 appears as the first > RISC-V sunxi target, we need to support -A; in addition, as external > projects rely

Re: [RFC PATCH 1/4] mkimage: add a flag to describe whether -A is specified

2021-06-18 Thread Tom Rini
On Fri, Jun 18, 2021 at 02:46:18AM +0800, Icenowy Zheng wrote: > The sunxi_egon type used to take no -A argument (because we assume sunxi > targets are all ARM). However, as Allwinner D1 appears as the first > RISC-V sunxi target, we need to support -A; in addition, as external > projects rely on

[RFC PATCH 1/4] mkimage: add a flag to describe whether -A is specified

2021-06-17 Thread Icenowy Zheng
The sunxi_egon type used to take no -A argument (because we assume sunxi targets are all ARM). However, as Allwinner D1 appears as the first RISC-V sunxi target, we need to support -A; in addition, as external projects rely on U-Boot mkimage to generate sunxi eGON.BT0 header, we need to keep