Re: [PATCHv2 4/8] rockchip: Remove ARCH= references from documentation

2020-06-03 Thread Tom Rini
On Tue, May 26, 2020 at 02:36:51PM -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. > > Acked-by: Kever Yang > Cc: Simon Glass > Cc: Philipp Tomsich > Acked-by: Klaus Goger > Cc: Jagan Teki

Re: [PATCHv2 4/8] rockchip: Remove ARCH= references from documentation

2020-05-31 Thread Simon Glass
On Tue, 26 May 2020 at 12:37, 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. > > Acked-by: Kever Yang > Cc: Simon Glass > Cc: Philipp Tomsich > Acked-by: Klaus Goger > Cc: Jagan Teki > Signed-

[PATCHv2 4/8] rockchip: 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. Acked-by: Kever Yang Cc: Simon Glass Cc: Philipp Tomsich Acked-by: Klaus Goger Cc: Jagan Teki Signed-off-by: Tom Rini --- Changes in v2: - None As an aside, these fi