Re: [PATCHv2 6/8] m68k: Remove ARCH= references from documentation

2020-06-03 Thread Tom Rini
On Tue, May 26, 2020 at 02:36:53PM -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 for coldfire. > > Cc: Huan Wang > Cc: Angelo D

[PATCHv2 6/8] m68k: 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 for coldfire. Cc: Huan Wang Cc: Angelo Dureghello Signed-off-by: Tom Rini --- Changes in v2: - None --- MAINTA