All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/1] rockchip: evb-rk3399: correct README for board bring up
@ 2018-06-03 14:50 Heinrich Schuchardt
  2018-06-03 18:30 ` Dr. Philipp Tomsich
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Heinrich Schuchardt @ 2018-06-03 14:50 UTC (permalink / raw)
  To: u-boot

%s/rkflashtool/rkdeveloptool/

We are using rkdeveloptool not rkflashtool.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 board/rockchip/evb_rk3399/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/rockchip/evb_rk3399/README b/board/rockchip/evb_rk3399/README
index ada8ca7f3c1..83214670462 100644
--- a/board/rockchip/evb_rk3399/README
+++ b/board/rockchip/evb_rk3399/README
@@ -65,7 +65,7 @@ Compile the U-Boot
 Compile the rkdeveloptool
 =======================
   Follow instructions in latest README
-  > cd ../rkflashtool
+  > cd ../rkdeveloptool
   > autoreconf -i
   > ./configure
   > make
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH 1/1] rockchip: evb-rk3399: correct README for board bring up
  2018-06-03 14:50 [U-Boot] [PATCH 1/1] rockchip: evb-rk3399: correct README for board bring up Heinrich Schuchardt
@ 2018-06-03 18:30 ` Dr. Philipp Tomsich
  2018-06-13  3:46 ` Kever Yang
  2018-07-13 10:25 ` [U-Boot] [U-Boot, " Philipp Tomsich
  2 siblings, 0 replies; 4+ messages in thread
From: Dr. Philipp Tomsich @ 2018-06-03 18:30 UTC (permalink / raw)
  To: u-boot


> On 3 Jun 2018, at 16:50, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
> 
> %s/rkflashtool/rkdeveloptool/
> 
> We are using rkdeveloptool not rkflashtool.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH 1/1] rockchip: evb-rk3399: correct README for board bring up
  2018-06-03 14:50 [U-Boot] [PATCH 1/1] rockchip: evb-rk3399: correct README for board bring up Heinrich Schuchardt
  2018-06-03 18:30 ` Dr. Philipp Tomsich
@ 2018-06-13  3:46 ` Kever Yang
  2018-07-13 10:25 ` [U-Boot] [U-Boot, " Philipp Tomsich
  2 siblings, 0 replies; 4+ messages in thread
From: Kever Yang @ 2018-06-13  3:46 UTC (permalink / raw)
  To: u-boot



On 06/03/2018 10:50 PM, Heinrich Schuchardt wrote:
> %s/rkflashtool/rkdeveloptool/
>
> We are using rkdeveloptool not rkflashtool.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Looks good to me, thanks.

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

Thanks,
- Kever
> ---
>  board/rockchip/evb_rk3399/README | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/board/rockchip/evb_rk3399/README b/board/rockchip/evb_rk3399/README
> index ada8ca7f3c1..83214670462 100644
> --- a/board/rockchip/evb_rk3399/README
> +++ b/board/rockchip/evb_rk3399/README
> @@ -65,7 +65,7 @@ Compile the U-Boot
>  Compile the rkdeveloptool
>  =======================
>    Follow instructions in latest README
> -  > cd ../rkflashtool
> +  > cd ../rkdeveloptool
>    > autoreconf -i
>    > ./configure
>    > make

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [U-Boot, 1/1] rockchip: evb-rk3399: correct README for board bring up
  2018-06-03 14:50 [U-Boot] [PATCH 1/1] rockchip: evb-rk3399: correct README for board bring up Heinrich Schuchardt
  2018-06-03 18:30 ` Dr. Philipp Tomsich
  2018-06-13  3:46 ` Kever Yang
@ 2018-07-13 10:25 ` Philipp Tomsich
  2 siblings, 0 replies; 4+ messages in thread
From: Philipp Tomsich @ 2018-07-13 10:25 UTC (permalink / raw)
  To: u-boot

> %s/rkflashtool/rkdeveloptool/
> 
> We are using rkdeveloptool not rkflashtool.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
> ---
>  board/rockchip/evb_rk3399/README | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied to u-boot-rockchip, thanks!

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-07-13 10:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-03 14:50 [U-Boot] [PATCH 1/1] rockchip: evb-rk3399: correct README for board bring up Heinrich Schuchardt
2018-06-03 18:30 ` Dr. Philipp Tomsich
2018-06-13  3:46 ` Kever Yang
2018-07-13 10:25 ` [U-Boot] [U-Boot, " Philipp Tomsich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.