diff mbox series

[U-Boot,7/7] doc: rockchip: Adapt Pine64 Rock64 board instructions

Message ID 20190731160108.12154-8-matwey.kornilov@gmail.com
State Superseded
Delegated to: Philipp Tomsich
Headers show
Series Add TPL support for Pine64 Rock64 board. | expand

Commit Message

Matwey V. Kornilov July 31, 2019, 4:01 p.m. UTC
Now we have our own TPL implementation. Remove obsolete notes.

Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com>
---
 doc/README.rockchip | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

Comments

Kever Yang Aug. 1, 2019, 2:42 a.m. UTC | #1
On 2019/8/1 上午12:01, Matwey V. Kornilov wrote:
> Now we have our own TPL implementation. Remove obsolete notes.
>
> Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com>


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


Thanks,

- Kever

> ---
>   doc/README.rockchip | 10 ++--------
>   1 file changed, 2 insertions(+), 8 deletions(-)
>
> diff --git a/doc/README.rockchip b/doc/README.rockchip
> index 8ccbb87264..7d4dc1b33b 100644
> --- a/doc/README.rockchip
> +++ b/doc/README.rockchip
> @@ -309,17 +309,11 @@ Booting from an SD card on Pine64 Rock64 (RK3328)
>   =================================================
>   
>   For Rock64 rk3328 board the following three parts are required:
> -TPL, SPL, and the u-boot image tree blob. While u-boot-spl.bin and
> -u-boot.itb are to be compiled as usual, TPL is currently not
> -implemented in u-boot, so you need to pick one from rkbin:
> -
> -  - Get the rkbin
> -
> -    => git clone https://github.com/rockchip-linux/rkbin.git
> +TPL, SPL, and the u-boot image tree blob.
>   
>     - Create TPL/SPL image
>   
> -    => tools/mkimage -n rk3328 -T rksd -d rkbin/bin/rk33/rk3328_ddr_333MHz_v1.16.bin idbloader.img
> +    => tools/mkimage -n rk3328 -T rksd -d tpl/u-boot-tpl.bin idbloader.img
>       => cat spl/u-boot-spl.bin >> idbloader.img
>   
>     - Write TPL/SPL image at 64 sector
diff mbox series

Patch

diff --git a/doc/README.rockchip b/doc/README.rockchip
index 8ccbb87264..7d4dc1b33b 100644
--- a/doc/README.rockchip
+++ b/doc/README.rockchip
@@ -309,17 +309,11 @@  Booting from an SD card on Pine64 Rock64 (RK3328)
 =================================================
 
 For Rock64 rk3328 board the following three parts are required:
-TPL, SPL, and the u-boot image tree blob. While u-boot-spl.bin and
-u-boot.itb are to be compiled as usual, TPL is currently not
-implemented in u-boot, so you need to pick one from rkbin:
-
-  - Get the rkbin
-
-    => git clone https://github.com/rockchip-linux/rkbin.git
+TPL, SPL, and the u-boot image tree blob.
 
   - Create TPL/SPL image
 
-    => tools/mkimage -n rk3328 -T rksd -d rkbin/bin/rk33/rk3328_ddr_333MHz_v1.16.bin idbloader.img
+    => tools/mkimage -n rk3328 -T rksd -d tpl/u-boot-tpl.bin idbloader.img
     => cat spl/u-boot-spl.bin >> idbloader.img
 
   - Write TPL/SPL image at 64 sector