Re: [PATCHv2 7/8] fu540: Remove ARCH= references from documentation

2020-06-03 Thread Tom Rini
On Tue, May 26, 2020 at 02:36:54PM -0400, Tom Rini wrote: > When building U-Boot we select the architecture via Kconfig and not ARCH > being passed in via the environment or make cmdline. > > While in here, add the doc file to the MAINTAINERS entry. > > Cc: Paul Walmsley > Cc: Palmer Dabbelt >

[PATCHv2 7/8] fu540: Remove ARCH= references from documentation

2020-05-26 Thread Tom Rini
When building U-Boot we select the architecture via Kconfig and not ARCH being passed in via the environment or make cmdline. While in here, add the doc file to the MAINTAINERS entry. Cc: Paul Walmsley Cc: Palmer Dabbelt Cc: Anup Patel Cc: Atish Patra Signed-off-by: Tom Rini --- Changes in v