diff mbox

[U-Boot,1/8] doc: Fix reference to Rock pro when Rock 2 is meant

Message ID 1439726516-5461-2-git-send-email-sjoerd.simons@collabora.co.uk
State Superseded
Delegated to: Simon Glass
Headers show

Commit Message

Sjoerd Simons Aug. 16, 2015, 12:01 p.m. UTC
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 <sjoerd.simons@collabora.co.uk>
---

 doc/README.rockchip | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Simon Glass Aug. 23, 2015, 9:23 p.m. UTC | #1
Hi Sjoerd,

On 16 August 2015 at 06:01, Sjoerd Simons <sjoerd.simons@collabora.co.uk> wrote:
> The Radxa Rock pro board is rk3188 based and thus won't work with u-boot

Can we please use 'U-Boot' everywhere?

> build for RK3288. Change the documentation to refer to the intended

s/build/built/ I think

> board, the Radxa Rock 2, which is an RK3288 based design very similar to

RK3288-based

> the firefly
>
> Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
> ---
>
>  doc/README.rockchip | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Acked-by: Simon Glass <sjg@chromium.org>

>
> 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.
>
> --
> 2.5.0
>

Regards,
Simon
diff mbox

Patch

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.