diff options
author | Soby Mathew <soby.mathew@arm.com> | 2018-10-02 11:09:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-02 11:09:30 +0100 |
commit | 848f00ce31856d7b18babc18c280b34955a739ba (patch) | |
tree | cb6c7298f3182b9db254c638f5379f204a43f4c8 /docs/user-guide.rst | |
parent | 3ccfcd6e3dbc742ff15ead72d432427a38de650c (diff) | |
parent | 509af92e0e74213b2813564f3bf66c80538f1681 (diff) | |
download | platform_external_arm-trusted-firmware-848f00ce31856d7b18babc18c280b34955a739ba.tar.gz platform_external_arm-trusted-firmware-848f00ce31856d7b18babc18c280b34955a739ba.tar.bz2 platform_external_arm-trusted-firmware-848f00ce31856d7b18babc18c280b34955a739ba.zip |
Merge pull request #1598 from soby-mathew/sm/docs_update_deprecate_1
docs: update for removal of deprecated interfaces.
Diffstat (limited to 'docs/user-guide.rst')
-rw-r--r-- | docs/user-guide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user-guide.rst b/docs/user-guide.rst index ba368b1f1..47a04a315 100644 --- a/docs/user-guide.rst +++ b/docs/user-guide.rst @@ -1312,7 +1312,7 @@ section for more info on selecting the right FDT to use. :: - make ARCH=aarch64 PLAT=juno LOAD_IMAGE_V2=1 JUNO_AARCH32_EL3_RUNTIME=1 \ + make ARCH=aarch64 PLAT=juno JUNO_AARCH32_EL3_RUNTIME=1 \ BL33=<path-to-juno32-oe-uboot>/SOFTWARE/bl33-uboot.bin \ SCP_BL2=<path-to-juno32-oe-uboot>/SOFTWARE/scp_bl2.bin \ BL32=<path-to-bl32>/bl32.bin all fip |