From: Heinrich Schuchardt Date: Sun, 3 Jun 2018 14:50:20 +0000 (+0200) Subject: rockchip: evb-rk3399: correct README for board bring up X-Git-Tag: v2018.09-rc1~72^2~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=19ee1fae097325c7af4f18956c903d3ad15b43b7;p=oweals%2Fu-boot.git rockchip: evb-rk3399: correct README for board bring up %s/rkflashtool/rkdeveloptool/ We are using rkdeveloptool not rkflashtool. Signed-off-by: Heinrich Schuchardt Reviewed-by: Philipp Tomsich Acked-by: Philipp Tomsich Reviewed-by: Kever Yang --- diff --git a/board/rockchip/evb_rk3399/README b/board/rockchip/evb_rk3399/README index ada8ca7f3c..8321467046 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