diff options
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 79d660d02..138ed8b3d 100644 --- a/docs/user-guide.rst +++ b/docs/user-guide.rst @@ -1212,7 +1212,7 @@ corrupted binaries. make ARCH=aarch64 PLAT=juno LOAD_IMAGE_V2=1 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 SPD=tspd \ + SCP_BL2=<path-to-juno32-oe-uboot>/SOFTWARE/scp_bl2.bin \ BL32=<path-to-bl32>/bl32.bin all fip The resulting BL1 and FIP images may be found in: |