From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 31 May 2020 08:08:08 -0600 Subject: [PATCHv2 4/8] rockchip: Remove ARCH= references from documentation In-Reply-To: <20200526183655.29136-4-trini@konsulko.com> References: <20200526183655.29136-1-trini@konsulko.com> <20200526183655.29136-4-trini@konsulko.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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-off-by: Tom Rini > --- > Changes in v2: > - None > > As an aside, these files should be converted rST and moved to doc/board/ > and the MAINTAINERS file updated to include the new documentation file > too. Thanks! > --- > board/rockchip/evb_rk3229/README | 1 - > board/rockchip/evb_rk3399/README | 1 - > board/theobroma-systems/lion_rk3368/README | 4 ++-- > board/vamrs/rock960_rk3399/README | 1 - > 4 files changed, 2 insertions(+), 5 deletions(-) > Reviewed-by: Simon Glass