diff options
author | Sandrine Bailleux <sandrine.bailleux@arm.com> | 2020-04-01 07:21:51 +0000 |
---|---|---|
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | 2020-04-01 07:21:51 +0000 |
commit | 0a43db84af8cafaf35155d0e96e679b79a775272 (patch) | |
tree | 4780c704f59d55c30e2b54ba697c8c1603802718 | |
parent | 0edfd3772a6d0e0dd68f5e650eb93c441e05e685 (diff) | |
parent | db059ea4d9741b54ad4a8305e3edc24d21c1d5ac (diff) | |
download | platform_external_arm-trusted-firmware-0a43db84af8cafaf35155d0e96e679b79a775272.tar.gz platform_external_arm-trusted-firmware-0a43db84af8cafaf35155d0e96e679b79a775272.tar.bz2 platform_external_arm-trusted-firmware-0a43db84af8cafaf35155d0e96e679b79a775272.zip |
Merge "doc: Fix broken external link for Odroid C2"
-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 |