diff options
author | Pali Rohár <pali@kernel.org> | 2021-01-26 10:44:07 +0100 |
---|---|---|
committer | Pali Rohár <pali@kernel.org> | 2021-01-26 10:44:07 +0100 |
commit | 1cea02133f84148575687b0f2d0b953a01b9015d (patch) | |
tree | 6f61d346629bc70ecf90a7f8abef20fa3a993c99 /docs | |
parent | 036e9c177f8ac4ece205607fba98b0a16dc45703 (diff) | |
download | platform_external_arm-trusted-firmware-1cea02133f84148575687b0f2d0b953a01b9015d.tar.gz platform_external_arm-trusted-firmware-1cea02133f84148575687b0f2d0b953a01b9015d.tar.bz2 platform_external_arm-trusted-firmware-1cea02133f84148575687b0f2d0b953a01b9015d.zip |
docs: marvell: Update mv-ddr-marvell and A3700-utils-marvell branches
Marvell finally started providing the latest version of mv-ddr-marvell and
A3700-utils-marvell code in master branch of their git repositories.
Reflect this in build instructions.
Signed-off-by: Pali Rohár <pali@kernel.org>
Change-Id: I08d1189dac60eb2a28335c68f611c1da634106f6
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plat/marvell/armada/build.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/plat/marvell/armada/build.rst b/docs/plat/marvell/armada/build.rst index 29fe4d452..5135831f3 100644 --- a/docs/plat/marvell/armada/build.rst +++ b/docs/plat/marvell/armada/build.rst @@ -307,12 +307,12 @@ Armada37x0 Builds require installation of 3 components > export CROSS_CM3=/opt/arm-cross/bin/arm-linux-gnueabi (2) DDR initialization library sources (mv_ddr) available at the following repository - (use the "mv-ddr-devel" branch): + (use the "master" branch): https://github.com/MarvellEmbeddedProcessors/mv-ddr-marvell.git (3) Armada3700 tools available at the following repository - (use the "A3700_utils-armada-18.12-fixed" branch): + (use the "master" branch): https://github.com/MarvellEmbeddedProcessors/A3700-utils-marvell.git @@ -324,6 +324,6 @@ Armada70x0 and Armada80x0 Builds require installation of an additional component ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (1) DDR initialization library sources (mv_ddr) available at the following repository - (use the "mv-ddr-devel" branch): + (use the "master" branch): https://github.com/MarvellEmbeddedProcessors/mv-ddr-marvell.git |