diff mbox series

[U-Boot,v2,06/19] rockchip: Drop note about supporting other SoCs

Message ID 20190121215336.74802-7-sjg@chromium.org
State Accepted
Delegated to: Philipp Tomsich
Headers show
Series rockchip: Add support for Bob Chromebook | expand

Commit Message

Simon Glass Jan. 21, 2019, 9:53 p.m. UTC
Quite a wide range of Rockchip SoCs are supported in mainline U-Boot now,
so drop the comment about needing to add more.

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

Changes in v2: None

 doc/README.rockchip | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

Comments

Kever Yang Jan. 25, 2019, 1:33 a.m. UTC | #1
On 01/22/2019 05:53 AM, Simon Glass wrote:
> Quite a wide range of Rockchip SoCs are supported in mainline U-Boot now,
> so drop the comment about needing to add more.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>

This patch looks good to me.

Reviewed-by: Kever Yang <kever.yang@rock-chips.com>

Thanks,
- Kever
> ---
>
> Changes in v2: None
>
>  doc/README.rockchip | 9 +--------
>  1 file changed, 1 insertion(+), 8 deletions(-)
>
> diff --git a/doc/README.rockchip b/doc/README.rockchip
> index dffe8b13f1..9542265a83 100644
> --- a/doc/README.rockchip
> +++ b/doc/README.rockchip
> @@ -6,13 +6,7 @@
>  U-Boot on Rockchip
>  ==================
>  
> -There are several repositories available with versions of U-Boot that support
> -many Rockchip devices [1] [2].
> -
> -The current mainline support is experimental only and is not useful for
> -anything. It should provide a base on which to build.
> -
> -So far only support for the RK3288 and RK3036 is provided.
> +A wide range of Rockchip SoCs are supported in mainline U-Boot
>  
>  
>  Prerequisites
> @@ -304,7 +298,6 @@ Immediate priorities are:
>  - USB device
>  - Run CPU at full speed (code exists but we only see ~60 DMIPS maximum)
>  - NAND flash
> -- Support for other Rockchip parts
>  - Boot U-Boot proper over USB OTG (at present only SPL works)
>  
>
Philipp Tomsich Jan. 31, 2019, 9:18 p.m. UTC | #2
> Quite a wide range of Rockchip SoCs are supported in mainline U-Boot now,
> so drop the comment about needing to add more.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>
> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
> ---
> 
> Changes in v2: None
> 
>  doc/README.rockchip | 9 +--------
>  1 file changed, 1 insertion(+), 8 deletions(-)
> 

Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
diff mbox series

Patch

diff --git a/doc/README.rockchip b/doc/README.rockchip
index dffe8b13f1..9542265a83 100644
--- a/doc/README.rockchip
+++ b/doc/README.rockchip
@@ -6,13 +6,7 @@ 
 U-Boot on Rockchip
 ==================
 
-There are several repositories available with versions of U-Boot that support
-many Rockchip devices [1] [2].
-
-The current mainline support is experimental only and is not useful for
-anything. It should provide a base on which to build.
-
-So far only support for the RK3288 and RK3036 is provided.
+A wide range of Rockchip SoCs are supported in mainline U-Boot
 
 
 Prerequisites
@@ -304,7 +298,6 @@  Immediate priorities are:
 - USB device
 - Run CPU at full speed (code exists but we only see ~60 DMIPS maximum)
 - NAND flash
-- Support for other Rockchip parts
 - Boot U-Boot proper over USB OTG (at present only SPL works)