diff options
author | Antonio Niño Díaz <antonio.ninodiaz@arm.com> | 2019-01-04 09:14:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-04 09:14:22 +0000 |
commit | 3f99f7e4cb4df8291a624b7463469580da4304bd (patch) | |
tree | a271965eeda6196c40743b126be47f2f44bd7de6 | |
parent | acfc1bc259045f30c625c5abba24195c87ac1c89 (diff) | |
parent | 44eb04d23e93718fcc28483bad146a33d0511634 (diff) | |
download | platform_external_arm-trusted-firmware-3f99f7e4cb4df8291a624b7463469580da4304bd.tar.gz platform_external_arm-trusted-firmware-3f99f7e4cb4df8291a624b7463469580da4304bd.tar.bz2 platform_external_arm-trusted-firmware-3f99f7e4cb4df8291a624b7463469580da4304bd.zip |
Merge pull request #1731 from miyatsu/doc-fix-20181225
docs: marvell: Fix typo in file build.txt
-rw-r--r-- | docs/marvell/build.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/marvell/build.txt b/docs/marvell/build.txt index a00dbb5ff..7b75196fa 100644 --- a/docs/marvell/build.txt +++ b/docs/marvell/build.txt @@ -125,8 +125,8 @@ Build Instructions the image boot from SPI NOR flash partition 0, and the image is non trusted in WTP, the command line is as following:: - > make DEBUG=1 USE_COHERENT_MEM=0 LOG_LEVEL=20 SECURE=0 CLOCKSPRESET=CPU_1000_DDR_800 \ - DDR_TOPOLOGY=3 BOOTDEV=SPINOR PARTNUM=0 PLAT=a3700 all fip + > make DEBUG=1 USE_COHERENT_MEM=0 LOG_LEVEL=20 CLOCKSPRESET=CPU_1000_DDR_800 \ + MARVELL_SECURE_BOOT=0 DDR_TOPOLOGY=3 BOOTDEV=SPINOR PARTNUM=0 PLAT=a3700 all fip Supported MARVELL_PLATFORM are: - a3700 (for both A3720 DB and EspressoBin) |