* [PATCH] ARM: Rockchip: fix path to rkbin firmware in documentation
@ 2021-10-11 14:22 Ahmad Fatoum
2021-10-12 7:34 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2021-10-11 14:22 UTC (permalink / raw)
To: barebox; +Cc: Ahmad Fatoum
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>
---
Documentation/boards/rockchip.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/boards/rockchip.rst b/Documentation/boards/rockchip.rst
index 9c1b8ef200dd..d52d979cbf2a 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
--
2.30.2
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: Rockchip: fix path to rkbin firmware in documentation
2021-10-11 14:22 [PATCH] ARM: Rockchip: fix path to rkbin firmware in documentation Ahmad Fatoum
@ 2021-10-12 7:34 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2021-10-12 7:34 UTC (permalink / raw)
To: Ahmad Fatoum; +Cc: barebox
On Mon, Oct 11, 2021 at 04:22:15PM +0200, Ahmad Fatoum wrote:
> 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>
> ---
> Documentation/boards/rockchip.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks
Sascha
>
> diff --git a/Documentation/boards/rockchip.rst b/Documentation/boards/rockchip.rst
> index 9c1b8ef200dd..d52d979cbf2a 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
>
> --
> 2.30.2
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-10-12 7:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-11 14:22 [PATCH] ARM: Rockchip: fix path to rkbin firmware in documentation Ahmad Fatoum
2021-10-12 7:34 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox