summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2021-10-11 16:22:15 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-10-12 09:34:49 +0200
commit180a551d542844b70012d7b94a415aacdcf31d45 (patch)
treebe21d6b71a889bf4a2c5a866498de84a25d1ce72 /Documentation
parent12712145bdf7dd2e2e6e0a2533b0dd40976b71b2 (diff)
downloadbarebox-180a551d542844b70012d7b94a415aacdcf31d45.tar.gz
barebox-180a551d542844b70012d7b94a415aacdcf31d45.tar.xz
ARM: Rockchip: fix path to rkbin firmware in documentation
Like in the two lines following it, the rk3568_bl31_v1.24.elf firmware's top level directory is bin/. Checked against 7d631e0d5b2d ("rk3568: bl31: update version to v1.24"). Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20211011142215.25846-1-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/boards/rockchip.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/boards/rockchip.rst b/Documentation/boards/rockchip.rst
index d03c4686df..55a3956dd4 100644
--- a/Documentation/boards/rockchip.rst
+++ b/Documentation/boards/rockchip.rst
@@ -59,7 +59,7 @@ The build process needs three binary files which have to be copied from the
`rkbin https://github.com/rockchip-linux/rkbin` repository to the barebox source tree:
.. code-block:: sh
- cp $RKBIN/rk35/rk3568_bl31_v1.24.elf firmware/rk3568-bl31.bin
+ cp $RKBIN/bin/rk35/rk3568_bl31_v1.24.elf firmware/rk3568-bl31.bin
cp $RKBIN/bin/rk35/rk3568_bl32_v1.05.bin firmware/rk3568-op-tee.bin
cp $RKBIN/bin/rk35/rk3568_ddr_1560MHz_v1.08.bin arch/arm/boards/rockchip-rk3568-evb/sdram-init.bin