From patchwork Sun Aug 16 12:01:49 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sjoerd Simons X-Patchwork-Id: 507868 X-Patchwork-Delegate: sjg@chromium.org Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id AD67614029C for ; Mon, 17 Aug 2015 17:26:49 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2B26B4BD50; Mon, 17 Aug 2015 09:18:41 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Qtdl-Qj_iN_R; Mon, 17 Aug 2015 09:18:40 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A9C2D4BB43; Mon, 17 Aug 2015 09:17:06 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C05664B61F for ; Sun, 16 Aug 2015 14:02:04 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7bRJyFl2iLHc for ; Sun, 16 Aug 2015 14:02:04 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [93.93.135.160]) by theia.denx.de (Postfix) with ESMTPS id 8B5334B616 for ; Sun, 16 Aug 2015 14:02:00 +0200 (CEST) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: sjoerd) with ESMTPSA id E2AAD11A8496 Received: by dusk.luon.net (Postfix, from userid 1000) id 0214023566; Sun, 16 Aug 2015 14:01:56 +0200 (CEST) From: Sjoerd Simons To: u-boot@lists.denx.de, Simon Glass Date: Sun, 16 Aug 2015 14:01:49 +0200 Message-Id: <1439726516-5461-2-git-send-email-sjoerd.simons@collabora.co.uk> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1439726516-5461-1-git-send-email-sjoerd.simons@collabora.co.uk> References: <1439726516-5461-1-git-send-email-sjoerd.simons@collabora.co.uk> Cc: Tom Rini Subject: [U-Boot] [PATCH 1/8] doc: Fix reference to Rock pro when Rock 2 is meant X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" The Radxa Rock pro board is rk3188 based and thus won't work with u-boot build for RK3288. Change the documentation to refer to the intended board, the Radxa Rock 2, which is an RK3288 based design very similar to the firefly Signed-off-by: Sjoerd Simons Acked-by: Simon Glass --- doc/README.rockchip | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/README.rockchip b/doc/README.rockchip index a34e198..ce8ce77 100644 --- a/doc/README.rockchip +++ b/doc/README.rockchip @@ -39,7 +39,7 @@ Building At present three RK3288 boards are supported: - Firefly RK3288 - use firefly-rk3288 configuration - - Radxa Rock Pro - also uses firefly-rk3288 configuration + - Radxa Rock 2 - also uses firefly-rk3288 configuration - Haier Chromebook - use chromebook_jerry configuration For example: @@ -48,8 +48,8 @@ For example: (or you can use another cross compiler if you prefer) -Note that the Radxa Rock Pro uses the Firefly configuration for now as -device tree files are not yet available for the Rock Pro. Clearly the two +Note that the Radxa Rock 2 uses the Firefly configuration for now as +device tree files are not yet available for the Rock 2. Clearly the two have hardware differences, so this approach will break down as more drivers are added.