diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-03-31 20:38:01 +0200 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-03-31 20:38:01 +0200 |
commit | db059ea4d9741b54ad4a8305e3edc24d21c1d5ac (patch) | |
tree | 310d7a914237fcb95f0770044584749adf6fb42f | |
parent | 0a81158f0d48058ea49c7ecd5edc5719d411d62b (diff) | |
download | platform_external_arm-trusted-firmware-db059ea4d9741b54ad4a8305e3edc24d21c1d5ac.tar.gz platform_external_arm-trusted-firmware-db059ea4d9741b54ad4a8305e3edc24d21c1d5ac.tar.bz2 platform_external_arm-trusted-firmware-db059ea4d9741b54ad4a8305e3edc24d21c1d5ac.zip |
doc: Fix broken external link for Odroid C2
The file README.odroid-c2 has been moved in the U-Boot repository.
Reference the official uplink repository.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Change-Id: Ie72c7aefd6363a406f88ad2c87faee1c7a2125a3
-rw-r--r-- | docs/plat/meson-gxbb.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/plat/meson-gxbb.rst b/docs/plat/meson-gxbb.rst index 2cd8342cb..dbd83e0bc 100644 --- a/docs/plat/meson-gxbb.rst +++ b/docs/plat/meson-gxbb.rst @@ -23,4 +23,4 @@ This port has been tested in a ODROID-C2. After building it, follow the instructions in the `U-Boot repository`_, replacing the mentioned **bl31.bin** by the one built from this port. -.. _U-Boot repository: https://github.com/u-boot/u-boot/blob/master/board/amlogic/odroid-c2/README.odroid-c2 +.. _U-Boot repository: https://gitlab.denx.de/u-boot/u-boot/-/blob/master/board/amlogic/p200/README.odroid-c2 |