Re: [PATCH v3 09/23] buildman: Drop the -a option

2020-04-11 Thread Tom Rini
On Wed, Mar 18, 2020 at 09:42:47AM -0600, Simon Glass wrote: > There is no point in setting the ARCH environment variable since the > U-Boot build system no-longer uses it. > > It seems safe to drop this feature since it was only recently added. > > Signed-off-by: Simon Glass > Reviewed-by: Tom

Re: [PATCH v3 09/23] buildman: Drop the -a option

2020-03-23 Thread Tom Rini
On Wed, Mar 18, 2020 at 09:42:47AM -0600, Simon Glass wrote: > There is no point in setting the ARCH environment variable since the > U-Boot build system no-longer uses it. > > It seems safe to drop this feature since it was only recently added. > > Signed-off-by: Simon Glass Reviewed-by: Tom

[PATCH v3 09/23] buildman: Drop the -a option

2020-03-18 Thread Simon Glass
There is no point in setting the ARCH environment variable since the U-Boot build system no-longer uses it. It seems safe to drop this feature since it was only recently added. Signed-off-by: Simon Glass --- Changes in v3: - Drop mention of -a in the README also Changes in v2: - Add a new patc